Browse Source

maker update_cache_index

master
Adam Gibson 8 years ago
parent
commit
4cc3463f22
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 1
      jmclient/jmclient/maker.py

1
jmclient/jmclient/maker.py

@ -71,6 +71,7 @@ class Maker(object):
if not utxos:
#could not find funds
return (False,)
self.wallet.update_cache_index()
# Construct data for auth request back to taker.
# Need to choose an input utxo pubkey to sign with
# (no longer using the coinjoin pubkey from 0.2.0)

Loading…
Cancel
Save