From 4cc3463f2221d39468d5f35b53d2f6605bb7039b Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Tue, 15 Aug 2017 21:04:47 +0300 Subject: [PATCH] maker update_cache_index --- jmclient/jmclient/maker.py | 1 + 1 file changed, 1 insertion(+) 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)