projects
/
crowdnode.js
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dbcced
)
doc: add missing % to output
origin/typos-and-docs
author
AJ ONeal
<coolaj86@gmail.com>
Wed, 29 Jun 2022 06:39:55 +0000
(
00:39
-0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Wed, 29 Jun 2022 06:39:55 +0000
(
00:39
-0600)
bin/crowdnode.js
patch
|
blob
|
history
diff --git
a/bin/crowdnode.js
b/bin/crowdnode.js
index adb6306402070cf5a6c2f3637e55cee0db490aae..c5edb0d04a5c218261ac1fd12cb4f9c12a6747b6 100755
(executable)
--- 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);