URI: 
       tfollow-up 76bf53b2624813a4b4e95d1b59bdc2b19673d3d9 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit bd333f16e022ccab972b7cfc9121a2bff2dcb665
   DIR parent 76bf53b2624813a4b4e95d1b59bdc2b19673d3d9
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Fri, 16 Feb 2018 15:17:55 +0100
       
       follow-up 76bf53b2624813a4b4e95d1b59bdc2b19673d3d9
       
       Diffstat:
         M lib/wallet.py                       |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -720,8 +720,7 @@ class Abstract_Wallet(PrintError):
            def get_conflicting_transactions(self, tx):
                """Returns a set of transaction hashes from the wallet history that are
                directly conflicting with tx, i.e. they have common outpoints being
       -        spent with tx. If the tx is already in wallet history, that will not be
       -        reported as a conflict.
       +        spent with tx.
                """
                conflicting_txns = set()
                with self.transaction_lock: