Browse Source

Fix typo calling splitfunds.sh in walletreset.sh

pull/1/head
Luke Childs 6 years ago
parent
commit
b393f54eb4
  1. 2
      walletreset.sh

2
walletreset.sh

@ -101,7 +101,7 @@ waitforconfirm ${txid}
echo "[${coin}] Returned funds confirmed"
echo "[${coin}] Splitting out 100 UTXOs"
txid=$(./splitfunds ${coin} 100 | jq -r .txid)
txid=$(./splitfunds.sh ${coin} 100 | jq -r .txid)
echo "[${coin}] Split broadcast: ${txid}"
echo "[${coin}] Waiting for confirmation of UTXO split"

Loading…
Cancel
Save