Replace bitcoin URI scheme with palladium in donation flow and add palladium URI support

This commit is contained in:
2026-02-16 00:05:43 +01:00
parent 3d0912979a
commit 85a9fad68b
2 changed files with 3 additions and 2 deletions

View File

@@ -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'))