From b6a21de70bf4420e61391dbe8851735e16b315f3 Mon Sep 17 00:00:00 2001 From: dsc Date: Sat, 3 Jul 2021 21:39:49 +0200 Subject: [PATCH] estimate_fee requires new bp+ parameter --- src/wallet/api/wallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index a7f27f6d4..91636dd5f 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -1755,6 +1755,7 @@ uint64_t WalletImpl::estimateTransactionFee(const std::vectoruse_fork_rules(8, 0), m_wallet->use_fork_rules(HF_VERSION_CLSAG, 0), + true, m_wallet->get_base_fee(), m_wallet->get_fee_multiplier(m_wallet->adjust_priority(static_cast(priority))), m_wallet->get_fee_quantization_mask());