mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-19 14:38:43 +02:00
Fix Dash checkseed.
This commit is contained in:
@@ -622,7 +622,8 @@ class Test(unittest.TestCase):
|
||||
|
||||
itx = pi.getFundedInitiateTxTemplate(ci_from, swap_value, True)
|
||||
itx_decoded = ci_from.describeTx(itx.hex())
|
||||
value_after_subfee = ci_from.make_int(itx_decoded['vout'][0]['value'])
|
||||
n = pi.findMockVout(ci_from, itx_decoded)
|
||||
value_after_subfee = ci_from.make_int(itx_decoded['vout'][n]['value'])
|
||||
assert (value_after_subfee < swap_value)
|
||||
swap_value = value_after_subfee
|
||||
wait_for_unspent(delay_event, ci_from, swap_value)
|
||||
|
||||
Reference in New Issue
Block a user