From da7594a738265563aaf245bd7adb99e9b6d48e02 Mon Sep 17 00:00:00 2001 From: pokkst Date: Tue, 11 Oct 2022 19:17:04 -0500 Subject: [PATCH] Update Monero to 0.18.1.2 --- external-libs/include/wallet2_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external-libs/include/wallet2_api.h b/external-libs/include/wallet2_api.h index 3bff2a4..dbd7767 100644 --- a/external-libs/include/wallet2_api.h +++ b/external-libs/include/wallet2_api.h @@ -841,9 +841,10 @@ struct Wallet /** * @brief exchange_multisig_keys - provides additional key exchange round for arbitrary multisig schemes (like N-1/N, M/N) * @param info - base58 encoded key derivations returned by makeMultisig or exchangeMultisigKeys function call + * @param force_update_use_with_caution - force multisig account to update even if not all signers contribute round messages * @return new info string if more rounds required or an empty string if wallet creation is done */ - virtual std::string exchangeMultisigKeys(const std::vector &info) = 0; + virtual std::string exchangeMultisigKeys(const std::vector &info, const bool force_update_use_with_caution) = 0; /** * @brief exportMultisigImages - exports transfers' key images * @param images - output paramter for hex encoded array of images