1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Fix electrum integration test script

Following 2e52b17a43
This commit is contained in:
Roman Zeyde 2023-10-10 22:08:05 +03:00
parent a772b52891
commit 703e400fe5
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -55,7 +55,7 @@ tail_log data/electrum/regtest-debug.log | grep -m1 "connection established"
$EL getinfo | jq . $EL getinfo | jq .
echo "Loading Electrum wallet..." echo "Loading Electrum wallet..."
test `$EL load_wallet` == "true" $EL load_wallet
echo "Running integration tests:" echo "Running integration tests:"