mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Clarify that fee is additional (Fixes #19)
This commit is contained in:
parent
1f151b3431
commit
9451de8faf
@ -458,12 +458,13 @@ struct SendCommand {}
|
||||
impl Command for SendCommand {
|
||||
fn help(&self) -> String {
|
||||
let mut h = vec![];
|
||||
h.push("Send ZEC to a given address");
|
||||
h.push("Send ZEC to a given address(es)");
|
||||
h.push("Usage:");
|
||||
h.push("send <address> <amount in zatoshis> \"optional_memo\"");
|
||||
h.push("OR");
|
||||
h.push("send '[{'address': <address>, 'amount': <amount in zatoshis>, 'memo': <optional memo>}, ...]'");
|
||||
h.push("");
|
||||
h.push("NOTE: The fee required to send this transaction (currently ZEC 0.0001) is additionally detected from your balance.");
|
||||
h.push("Example:");
|
||||
h.push("send ztestsapling1x65nq4dgp0qfywgxcwk9n0fvm4fysmapgr2q00p85ju252h6l7mmxu2jg9cqqhtvzd69jwhgv8d 200000 \"Hello from the command line\"");
|
||||
h.push("");
|
||||
|
Loading…
Reference in New Issue
Block a user