X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=blobdiff_plain;f=bin%2Fcrowdnode.js;h=c5edb0d04a5c218261ac1fd12cb4f9c12a6747b6;hp=adb6306402070cf5a6c2f3637e55cee0db490aae;hb=58ce3081b87a26eee7261124db8f24bb91c00698;hpb=5dbccedf943f0f768d80a9da1bffff061a5cef3e 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);