Browse Source

Merge #221: Remove utxos from proposed transaction if spent or invalid

ddb0ed9 Remove utxos from proposed transaction if spent or invalid (AdamISZ)
master
AdamISZ 7 years ago
parent
commit
130150a77b
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 4
      jmclient/jmclient/taker.py

4
jmclient/jmclient/taker.py

@ -359,8 +359,8 @@ class Taker(object):
if None in utxo_data:
jlog.warn(('ERROR outputs unconfirmed or already spent. '
'utxo_data={}').format(pprint.pformat(utxo_data)))
# when internal reviewing of makers is created, add it here to
# immediately quit; currently, the timeout thread suffices.
jlog.warn('Disregarding this counterparty.')
del self.utxos[nick]
continue
#Complete maker authorization:

Loading…
Cancel
Save