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