mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
estimate_fee requires new bp+ parameter
This commit is contained in:
parent
882e13f15f
commit
234674922c
1 changed files with 1 additions and 0 deletions
|
@ -1765,6 +1765,7 @@ uint64_t WalletImpl::estimateTransactionFee(const std::vector<std::pair<std::str
|
||||||
extra_size,
|
extra_size,
|
||||||
m_wallet->use_fork_rules(8, 0),
|
m_wallet->use_fork_rules(8, 0),
|
||||||
m_wallet->use_fork_rules(HF_VERSION_CLSAG, 0),
|
m_wallet->use_fork_rules(HF_VERSION_CLSAG, 0),
|
||||||
|
true,
|
||||||
m_wallet->get_base_fee(),
|
m_wallet->get_base_fee(),
|
||||||
m_wallet->get_fee_multiplier(m_wallet->adjust_priority(static_cast<uint32_t>(priority))),
|
m_wallet->get_fee_multiplier(m_wallet->adjust_priority(static_cast<uint32_t>(priority))),
|
||||||
m_wallet->get_fee_quantization_mask());
|
m_wallet->get_fee_quantization_mask());
|
||||||
|
|
Loading…
Reference in a new issue