From 9729e862391a0431ef53e81faccf2da130b05955 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 29 Jul 2018 18:27:38 +0100 Subject: [PATCH] Fix typo --- walletreset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walletreset.sh b/walletreset.sh index e683020..2d3aca8 100755 --- a/walletreset.sh +++ b/walletreset.sh @@ -100,7 +100,7 @@ echo "[${coin}] Waiting for confirmation of returned funds" waitforconfirm ${txid} echo "[${coin}] Returned funds confirmed" -echo "[${coin}] Splitting out 100 UTXOs" +echo "[${coin}] Splitting out 50 UTXOs" txid=$(./splitfunds.sh ${coin} 50 | jq -r .txid) echo "[${coin}] Split broadcast TXID: ${txid}"