diff --git a/jmclient/jmclient/maker.py b/jmclient/jmclient/maker.py index e7ff769..e1b70fe 100644 --- a/jmclient/jmclient/maker.py +++ b/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)