mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Pass --password=''
when invoking electrum CLI (#922)
This commit is contained in:
parent
59143fdd7c
commit
b61537a3f3
@ -66,7 +66,7 @@ echo " * getunusedaddress"
|
||||
NEW_ADDR=`$EL getunusedaddress`
|
||||
|
||||
echo " * payto & broadcast"
|
||||
TXID=$($EL broadcast $($EL payto $NEW_ADDR 123 --fee 0.001))
|
||||
TXID=$($EL broadcast $($EL payto $NEW_ADDR 123 --fee 0.001 --password=''))
|
||||
|
||||
echo " * get_tx_status"
|
||||
test "`$EL get_tx_status $TXID | jq -c .`" == '{"confirmations":0}'
|
||||
|
Loading…
Reference in New Issue
Block a user