From 58ce3081b87a26eee7261124db8f24bb91c00698 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Jun 2022 00:39:55 -0600 Subject: [PATCH] doc: add missing % to output --- bin/crowdnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/crowdnode.js b/bin/crowdnode.js index adb6306..c5edb0d 100755 --- a/bin/crowdnode.js +++ b/bin/crowdnode.js @@ -1963,7 +1963,7 @@ async function withdrawalDash({ dashApi, defaultAddr, insightBaseUrl }, args) { } let realPercentStr = (permil / 10).toFixed(1); - console.info(`Initiating withdrawal of ${realPercentStr}...`); + console.info(`Initiating withdrawal of ${realPercentStr}%...`); let wifname = await findWif(addr); let filepath = Path.join(keysDir, wifname); -- 2.25.1