get base fee

This commit is contained in:
wowario 2018-12-14 17:23:15 +03:00
parent 54040da1a1
commit 27c0af7295
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

View File

@ -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))