From b2d752b2985e35b70e18f06947b5ff3a409c94d8 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 0b639b6cc..29b3bbf12 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -2066,6 +2066,7 @@ uint64_t WalletImpl::estimateTransactionFee(const std::vectoruse_fork_rules(8, 0), m_wallet->use_fork_rules(HF_VERSION_CLSAG, 0), + true, m_wallet->use_fork_rules(HF_VERSION_BULLETPROOF_PLUS, 0), m_wallet->use_fork_rules(HF_VERSION_VIEW_TAGS, 0), m_wallet->get_base_fee(priority),