Browse Source

bugfix taker test

master
Adam Gibson 8 years ago
parent
commit
8312e20bff
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 2
      jmclient/test/test_taker.py

2
jmclient/test/test_taker.py

@ -276,7 +276,7 @@ def test_taker_init(createcmtdata, schedule, highfee, toomuchcoins, minmakers,
#use the same edge case as for negative change, don't add dummy inputs
#(because we need tx creation to complete), but trigger case by
#bumping dust threshold
jm_single().BITCOIN_DUST_THRESHOLD = 10000
jm_single().BITCOIN_DUST_THRESHOLD = 14000
res = taker.receive_utxos(maker_response)
#should have succeeded to build tx
assert res[0]

Loading…
Cancel
Save