Skip to content

Commit

Permalink
Pass --password='' when invoking electrum CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Aug 18, 2023
1 parent 59143fd commit e5ae404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trap cleanup SIGINT SIGTERM EXIT

BTC="bitcoin-cli -regtest -datadir=data/bitcoin"
ELECTRUM="electrum --regtest"
EL="$ELECTRUM --wallet=data/electrum/wallet"
EL="$ELECTRUM --wallet=data/electrum/wallet --password=''"

tail_log() {
tail -n +0 -F $1 || true
Expand Down

0 comments on commit e5ae404

Please sign in to comment.