From 0a6465ebcce0ed0e9458bc195f0a2f8195341635 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 16 Mar 2023 20:32:17 +0300 Subject: [PATCH] revert estimate_fee requires new bp+ parameter --- src/wallet/api/wallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 83483396c..6642cc1eb 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -2078,7 +2078,6 @@ 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),