diff options
| author | koe <ukoe@protonmail.com> | 2022-05-14 17:07:47 -0500 |
|---|---|---|
| committer | koe <ukoe@protonmail.com> | 2022-09-21 12:51:19 -0500 |
| commit | 1cd21bfba584fa7d886f13684f34c71931eddf4d (patch) | |
| tree | 58679d5288a870f6a0b062c1f59b76898926b85e /src/simplewallet/simplewallet.h | |
| parent | 7cbae6ca988dedbe358ee5edbf9bdd610673a8ee (diff) | |
| download | monzero-core-1cd21bfba584fa7d886f13684f34c71931eddf4d.tar.gz monzero-core-1cd21bfba584fa7d886f13684f34c71931eddf4d.tar.xz monzero-core-1cd21bfba584fa7d886f13684f34c71931eddf4d.zip | |
add an option to force-update multisig key exchange under some circumstances
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); |
