Skip to content

Commit

Permalink
v1.5.3: extra line in the output removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Apr 15, 2022
1 parent b3d2ffb commit 2593ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.5.2",
"version": "1.5.3",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
"author": "Yerofey S. <[email protected]> (https://github.com/yerofey)",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/Method.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class Method {
}

for (const item of cw.wallet.addresses) {
log();
if (cw.wallet.addresses.length > 1) {
log();
log(`🆔 ${item.index}`);
}

Expand Down

0 comments on commit 2593ba5

Please sign in to comment.