From: AJ ONeal Date: Wed, 29 Jun 2022 06:39:55 +0000 (-0600) Subject: doc: add missing % to output X-Git-Tag: v1.6.0~1 X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=commitdiff_plain;h=58ce3081b87a26eee7261124db8f24bb91c00698;hp=5dbccedf943f0f768d80a9da1bffff061a5cef3e doc: add missing % to output --- 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);