doc: add missing % to output origin/typos-and-docs
authorAJ ONeal <coolaj86@gmail.com>
Wed, 29 Jun 2022 06:39:55 +0000 (00:39 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Wed, 29 Jun 2022 06:39:55 +0000 (00:39 -0600)
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);