doc: add missing % to output
[crowdnode.js/.git] / bin / crowdnode.js
index adb6306402070cf5a6c2f3637e55cee0db490aae..c5edb0d04a5c218261ac1fd12cb4f9c12a6747b6 100755 (executable)
@@ -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);