URI: 
       tfix #6203: do not let request amount be None - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b6d56ece8283a928edf087003f7fa33c6968ae8d
   DIR parent 154b9cab50e7de41fe878359e92f44fd3b07c484
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed,  3 Jun 2020 18:20:20 +0200
       
       fix #6203: do not let request amount be None
       
       Diffstat:
         M electrum/wallet.py                  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/wallet.py b/electrum/wallet.py
       t@@ -1724,6 +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
                timestamp = int(time.time())
                _id = bh2u(sha256d(address + "%d"%timestamp))[0:10]
                return OnchainInvoice(