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=refs%2Fremotes%2Forigin%2Ftypos-and-docs 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);