diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:13:16 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:13:16 -0500 |
| commit | b488ee8188265a72a0e5b2b313106182220dc12e (patch) | |
| tree | 0572e1de4284aceadebd73ecf7a3215b4d4d4346 | |
| parent | 9e8179ca840a47de8b972490d1259bdf6138aeca (diff) | |
| parent | 0d916a667c8875ec8c60679a803cf751b8650639 (diff) | |
| download | monzero-core-b488ee8188265a72a0e5b2b313106182220dc12e.tar.gz monzero-core-b488ee8188265a72a0e5b2b313106182220dc12e.tar.xz monzero-core-b488ee8188265a72a0e5b2b313106182220dc12e.zip | |
Merge pull request #5742
0d916a6 Fix incorrectly named binding for MMS send_signer_config command (tobtoht)
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b605c6d92..3d99efc99 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -3130,7 +3130,7 @@ simple_wallet::simple_wallet() tr("Available options:\n " "auto-send <1|0>\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), tr(USAGE_MMS_SEND_SIGNER_CONFIG), tr("Send completed signer config to all other authorized signers")); |
