From 234674922c092c34b7e5c3c24b4a81bb1f31e2ac 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 4d561a627..bc1b5ad12 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -1765,6 +1765,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());