From b393f54eb4fd14e98521fe8b018430cd903cffb7 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 22 Jul 2018 13:52:03 +0100 Subject: [PATCH] Fix typo calling splitfunds.sh in walletreset.sh --- walletreset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walletreset.sh b/walletreset.sh index 3dfb40e..b3c347a 100755 --- a/walletreset.sh +++ b/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"