Browse Source

test_backup: sleep is not needed anymore

patch-4
ThomasV 4 years ago
parent
commit
e5686c8dc5
  1. 1
      electrum/tests/regtest/regtest.sh

1
electrum/tests/regtest/regtest.sh

@ -147,7 +147,6 @@ if [[ $1 == "backup" ]]; then
$alice lnpay $request
seed=$($alice getseed)
$alice stop
sleep 2 # FIXME: we should not have to do that..
mv /tmp/alice/regtest/wallets/default_wallet /tmp/alice/regtest/wallets/default_wallet.old
$alice -o restore "$seed"
$alice daemon -d

Loading…
Cancel
Save