mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 03:08:51 +00:00
get base fee
This commit is contained in:
parent
54040da1a1
commit
27c0af7295
@ -6259,6 +6259,10 @@ uint64_t wallet2::get_dynamic_base_fee_estimate() const
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
uint64_t wallet2::get_base_fee() const
|
||||
{
|
||||
if (use_fork_rules(HF_VERSION_PER_BYTE_FEE))
|
||||
{
|
||||
return FEE_PER_BYTE;
|
||||
}
|
||||
if(m_light_wallet)
|
||||
{
|
||||
if (use_fork_rules(HF_VERSION_PER_BYTE_FEE))
|
||||
|
Loading…
Reference in New Issue
Block a user