Browse Source

test_breach_with_spent_htlc: do not overwrite default_wallet, load toxic_wallet instead

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ThomasV 6 years ago
parent
commit
3e8080b669
  1. 3
      electrum/tests/regtest/regtest.sh

3
electrum/tests/regtest/regtest.sh

@ -276,10 +276,9 @@ if [[ $1 == "breach_with_spent_htlc" ]]; then
# (to_local needs to_self_delay blocks; htlc needs whatever we put in invoice)
new_blocks 150
$alice stop
cp /tmp/alice/regtest/wallets/toxic_wallet /tmp/alice/regtest/wallets/default_wallet
$alice daemon start
sleep 1
$alice load_wallet
$alice load_wallet -w /tmp/alice/regtest/wallets/toxic_wallet
# wait until alice has spent both ctx outputs
echo "alice spends to_local and htlc outputs"
wait_until_spent $ctx_id 0

Loading…
Cancel
Save