Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
follow-up 76bf53b
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight committed Feb 16, 2018
1 parent 76bf53b commit bd333f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,7 @@ def find_pay_to_pubkey_address(self, prevout_hash, prevout_n):
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:
Expand Down

0 comments on commit bd333f1

Please sign in to comment.