fix broken balance

This commit is contained in:
DenioD
2019-10-24 23:23:04 +02:00
parent 25ed8e2a62
commit 39fd884ded
3 changed files with 8 additions and 8 deletions

View File

@@ -382,7 +382,7 @@ impl Command for SendCommand {
h.push("Usage:");
h.push("send <address> <amount in puposhis> \"optional_memo\"");
h.push("OR");
h.push("send '[{'address': <address>, 'amount': <amount in zatoshis>, 'memo': <optional memo>}, ...]'");
h.push("send '[{'address': <address>, 'amount': <amount in puposhis>, 'memo': <optional memo>}, ...]'");
h.push("");
h.push("Example:");
h.push("send ztestsapling1x65nq4dgp0qfywgxcwk9n0fvm4fysmapgr2q00p85ju252h6l7mmxu2jg9cqqhtvzd69jwhgv8d 200000 \"Hello from the command line\"");