Browse Source

ensure self.txid flag is always present

master
Adam Gibson 9 years ago
parent
commit
d1bc0e4e17
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 1
      jmclient/taker.py

1
jmclient/taker.py

@ -45,6 +45,7 @@ class Taker(object):
self.answeryes = answeryes
self.order_chooser = order_chooser
self.ignored_makers = None
self.txid = None
self.schedule_index = -1
#allow custom wallet-based clients to use their own signing code;
#currently only setting "wallet" is allowed, calls wallet.sign_tx(tx)

Loading…
Cancel
Save