increased max TX size from HF2; bumped version number

This commit is contained in:
Some Random Crypto Guy
2024-10-30 14:31:27 +00:00
parent 1df18ca6a4
commit e45643e157
5 changed files with 9 additions and 11 deletions
@@ -70,8 +70,6 @@ namespace cryptonote {
{
if (version < 2)
return CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V1;
if (version < 5)
return CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2;
return CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V5;
}
//-----------------------------------------------------------------------------------------------