URI: 
       tminor follow-up prev commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 038036f350349812c2affa8a7a77188fd2dc5b3a
   DIR parent fd8236538a955d51e0fd3268576f34fca2eaed51
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sat, 23 Nov 2019 19:56:40 +0100
       
       minor follow-up prev commit
       
       Diffstat:
         M electrum/lnpeer.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py
       t@@ -576,7 +576,7 @@ class Peer(Logger):
                funding_tx.set_rbf(False)
                self.lnworker.wallet.sign_transaction(funding_tx, password)
                if not funding_tx.is_complete() and not funding_tx.is_segwit():
       -            raise Exception(_('Funding transaction is not complete'))
       +            raise Exception('Funding transaction is not complete')
                funding_txid = funding_tx.txid()
                funding_index = funding_tx.outputs().index(funding_output)
                # remote commitment transaction