mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
simplewallet: fix help message of sign_transfer
This commit is contained in:
parent
8361d60aef
commit
0b88fff3a5
@ -2071,8 +2071,8 @@ simple_wallet::simple_wallet()
|
|||||||
tr("Donate <amount> to the development team (donate.getmonero.org)."));
|
tr("Donate <amount> to the development team (donate.getmonero.org)."));
|
||||||
m_cmd_binder.set_handler("sign_transfer",
|
m_cmd_binder.set_handler("sign_transfer",
|
||||||
boost::bind(&simple_wallet::sign_transfer, this, _1),
|
boost::bind(&simple_wallet::sign_transfer, this, _1),
|
||||||
tr("sign_transfer <file>"),
|
tr("sign_transfer [export]"),
|
||||||
tr("Sign a transaction from a <file>."));
|
tr("Sign a transaction from a file."));
|
||||||
m_cmd_binder.set_handler("submit_transfer",
|
m_cmd_binder.set_handler("submit_transfer",
|
||||||
boost::bind(&simple_wallet::submit_transfer, this, _1),
|
boost::bind(&simple_wallet::submit_transfer, this, _1),
|
||||||
tr("Submit a signed transaction from a file."));
|
tr("Submit a signed transaction from a file."));
|
||||||
|
Loading…
Reference in New Issue
Block a user