Replace bitcoin URI scheme with palladium in donation flow and add palladium URI support
This commit is contained in:
@@ -858,7 +858,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
|
||||
if d:
|
||||
self.show_send_tab()
|
||||
host = self.network.get_parameters().server.host
|
||||
self.handle_payment_identifier('bitcoin:%s?message=donation for %s' % (d, host))
|
||||
self.handle_payment_identifier('palladium:%s?message=donation for %s' % (d, host))
|
||||
else:
|
||||
self.show_error(_('No donation address for this server'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user