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/wallet/wallet2.h | |
parent | Merge pull request #8545 (diff) | |
download | monero-1cd21bfba584fa7d886f13684f34c71931eddf4d.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 115651e3b..3fcefd16f 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -886,7 +886,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 |