Browse Source

follow-up prev

master
ThomasV 4 years ago
parent
commit
cc3da6c75f
  1. 2
      electrum/wallet.py

2
electrum/wallet.py

@ -1724,7 +1724,7 @@ class Abstract_Wallet(AddressSynchronizer, ABC):
util.trigger_callback('request_status', addr, status)
def make_payment_request(self, address, amount, message, expiration):
amount = amount or None
amount = amount or 0
timestamp = int(time.time())
_id = bh2u(sha256d(address + "%d"%timestamp))[0:10]
return OnchainInvoice(

Loading…
Cancel
Save