From 1c1073d2de56e8bafeb1a49a251846e000c13a20 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 8738a38dd..5947cb586 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),