URI: 
       twallet: fix RBF batching - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b79f43c360944a4af493ed87161c21143cb39b31
   DIR parent 94c4cb44d723133bb18dfea578d266f2e36c9cb6
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sat,  2 Mar 2019 19:16:39 +0100
       
       wallet: fix RBF batching
       
       post-storage_db-merge fixup
       
       Diffstat:
         M electrum/wallet.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/wallet.py b/electrum/wallet.py
       t@@ -626,7 +626,7 @@ class Abstract_Wallet(AddressSynchronizer):
                    # is_mine outputs should not be spent yet
                    # to avoid cancelling our own dependent transactions
                    txid = tx.txid()
       -            if any([self.is_mine(o.address) and self.spent_outpoints[txid].get(output_idx)
       +            if any([self.is_mine(o.address) and self.db.get_spent_outpoint(txid, output_idx)
                            for output_idx, o in enumerate(tx.outputs())]):
                        continue
                    # all inputs should be is_mine