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