follow-up 76bf53b262
This commit is contained in:
@@ -720,8 +720,7 @@ class Abstract_Wallet(PrintError):
|
|||||||
def get_conflicting_transactions(self, tx):
|
def get_conflicting_transactions(self, tx):
|
||||||
"""Returns a set of transaction hashes from the wallet history that are
|
"""Returns a set of transaction hashes from the wallet history that are
|
||||||
directly conflicting with tx, i.e. they have common outpoints being
|
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
|
spent with tx.
|
||||||
reported as a conflict.
|
|
||||||
"""
|
"""
|
||||||
conflicting_txns = set()
|
conflicting_txns = set()
|
||||||
with self.transaction_lock:
|
with self.transaction_lock:
|
||||||
|
|||||||
Reference in New Issue
Block a user