reduce ONS fee

This commit is contained in:
Sean Darcy 2021-04-13 15:31:11 +10:00
parent 5041dd7726
commit 137ba14ea3
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ constexpr uint64_t burn_needed(uint8_t hf_version, mapping_type type)
// The base amount for session/wallet/lokinet-1year:
const uint64_t basic_fee = (
hf_version >= 18 ? 7*COIN : // cryptonote::network_version_18
hf_version >= 16 ? 15*COIN : // cryptonote::network_version_16_pulse -- but don't want to add cryptonote_config.h include
20*COIN // cryptonote::network_version_15_ons
);