mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
get base fee
This commit is contained in:
parent
54040da1a1
commit
27c0af7295
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue