Skip to content

Commit

Permalink
Merge pull request #17 from expatjedi/master
Browse files Browse the repository at this point in the history
minor fix on payment request
  • Loading branch information
microguy authored Dec 14, 2023
2 parents 582f751 + ad37118 commit 6429179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/bip21.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down

0 comments on commit 6429179

Please sign in to comment.