diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 14:46:06 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 14:46:06 -0500 |
commit | 0a10a4f870a6cba2fcb310f9a011aa05af589b7f (patch) | |
tree | bf703f6a418daf5c76f55a22268b0341dcb2e294 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #8556 (diff) | |
parent | add an option to force-update multisig key exchange under some circumstances (diff) | |
download | monero-0a10a4f870a6cba2fcb310f9a011aa05af589b7f.tar.xz |
Merge pull request #8329
4b0785f add an option to force-update multisig key exchange under some circumstances (koe)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 0f2fe7bc6..7c45d45e8 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -235,7 +235,7 @@ namespace cryptonote bool make_multisig(const std::vector<std::string>& args); bool make_multisig_main(const std::vector<std::string>& args, bool called_by_mms); bool exchange_multisig_keys(const std::vector<std::string> &args); - bool exchange_multisig_keys_main(const std::vector<std::string> &args, bool called_by_mms); + bool exchange_multisig_keys_main(const std::vector<std::string> &args, const bool force_update_use_with_caution, const bool called_by_mms); bool export_multisig(const std::vector<std::string>& args); bool export_multisig_main(const std::vector<std::string>& args, bool called_by_mms); bool import_multisig(const std::vector<std::string>& args); |