diff options
author | koe <ukoe@protonmail.com> | 2022-05-14 17:07:47 -0500 |
---|---|---|
committer | koe <ukoe@protonmail.com> | 2022-09-21 12:38:35 -0500 |
commit | 4b0785f1c9a6c6d960749938d64420403d70d8c2 (patch) | |
tree | 673f718ebb0b0790d7a4b118936303ae7b8bb15c /src/wallet/wallet2.h | |
parent | Merge pull request #8435 (diff) | |
download | monero-4b0785f1c9a6c6d960749938d64420403d70d8c2.tar.xz |
add an option to force-update multisig key exchange under some circumstances
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 16e898ad8..81472c200 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -862,7 +862,8 @@ private: * to other participants */ std::string exchange_multisig_keys(const epee::wipeable_string &password, - const std::vector<std::string> &kex_messages); + const std::vector<std::string> &kex_messages, + const bool force_update_use_with_caution = false); /*! * \brief Get initial message to start multisig key exchange (before 'make_multisig()' is called) * \return string to send to other participants |