mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fix incorrectly named binding for MMS send_signer_config command
send_message_config isn't used anywhere else in the code, and it is clear from the help command that it should be named send_signer_config.
This commit is contained in:
parent
9d7107c870
commit
0d916a667c
1 changed files with 1 additions and 1 deletions
|
@ -3128,7 +3128,7 @@ simple_wallet::simple_wallet()
|
||||||
tr("Available options:\n "
|
tr("Available options:\n "
|
||||||
"auto-send <1|0>\n "
|
"auto-send <1|0>\n "
|
||||||
" Whether to automatically send newly generated messages right away.\n "));
|
" Whether to automatically send newly generated messages right away.\n "));
|
||||||
m_cmd_binder.set_handler("mms send_message_config",
|
m_cmd_binder.set_handler("mms send_signer_config",
|
||||||
boost::bind(&simple_wallet::mms, this, _1),
|
boost::bind(&simple_wallet::mms, this, _1),
|
||||||
tr(USAGE_MMS_SEND_SIGNER_CONFIG),
|
tr(USAGE_MMS_SEND_SIGNER_CONFIG),
|
||||||
tr("Send completed signer config to all other authorized signers"));
|
tr("Send completed signer config to all other authorized signers"));
|
||||||
|
|
Loading…
Reference in a new issue