From ad37118c09d7b073df90e2b01c1499d114011dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Koray=20Bi=C3=A7er?= Date: Thu, 14 Dec 2023 16:09:48 +0300 Subject: [PATCH] minor fix on payment request --- electrum/bip21.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/bip21.py b/electrum/bip21.py index bcf6bd361dfd..03a691182e96 100644 --- a/electrum/bip21.py +++ b/electrum/bip21.py @@ -9,7 +9,7 @@ from .lnaddr import lndecode, LnDecodeException # note: when checking against these, use .lower() to support case-insensitivity -BITCOIN_BIP21_URI_SCHEME = 'bitcoin' +BITCOIN_BIP21_URI_SCHEME = 'goldcoin' LIGHTNING_URI_SCHEME = 'lightning'