change in name between branchs

This commit is contained in:
Sean Darcy 2022-05-27 11:42:48 +10:00
parent 7161f42c64
commit 64d9dcae67
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ namespace service_nodes
});
if (cit != contributor.locked_contributions.end())
{
if (hf_version >= hf::hf19)
if (hf_version >= hf::hf19_reward_batching)
{
if (cit->amount < service_nodes::SMALL_CONTRIBUTOR_THRESHOLD && (block_height - node_info.registration_height) < service_nodes::SMALL_CONTRIBUTOR_UNLOCK_TIMER)
{