From 59b6f484fd3c50828db6ddd835d71b243d499411 Mon Sep 17 00:00:00 2001 From: m2049r Date: Sun, 15 May 2022 17:24:54 +0200 Subject: [PATCH] update to monero v0.17.3.2 --- external-libs/VERSION | 2 +- external-libs/include/wallet2_api.h | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/external-libs/VERSION b/external-libs/VERSION index e09406b2..33d2aa53 100644 --- a/external-libs/VERSION +++ b/external-libs/VERSION @@ -1 +1 @@ -MONERUJO_monero feature_theme_v2 with monero release-v0.17.3.0-monerujo +MONERUJO_monero master with monero release-v0.17.3.2-monerujo diff --git a/external-libs/include/wallet2_api.h b/external-libs/include/wallet2_api.h index 0b8be83d..4396fedf 100644 --- a/external-libs/include/wallet2_api.h +++ b/external-libs/include/wallet2_api.h @@ -790,7 +790,7 @@ struct Wallet /** * @brief makeMultisig - switches wallet in multisig state. The one and only creation phase for N / N wallets * @param info - vector of multisig infos from other participants obtained with getMulitisInfo call - * @param threshold - number of required signers to make valid transaction. Must be equal to number of participants (N) or N - 1 + * @param threshold - number of required signers to make valid transaction. Must be <= number of participants * @return in case of N / N wallets returns empty string since no more key exchanges needed. For N - 1 / N wallets returns base58 encoded extra multisig info */ virtual std::string makeMultisig(const std::vector& info, uint32_t threshold) = 0; @@ -800,12 +800,6 @@ struct Wallet * @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; - /** - * @brief finalizeMultisig - finalizes N - 1 / N multisig wallets creation - * @param extraMultisigInfo - wallet participants' extra multisig info obtained with makeMultisig call - * @return true if success - */ - virtual bool finalizeMultisig(const std::vector& extraMultisigInfo) = 0; /** * @brief exportMultisigImages - exports transfers' key images * @param images - output paramter for hex encoded array of images