Skip to content

Commit

Permalink
Merge pull request DMDcoin#246 from MSalman6/dev
Browse files Browse the repository at this point in the history
governancePotShareNominator Allowed param getter selector fix
  • Loading branch information
SurfingNerd authored Sep 16, 2024
2 parents f692799 + 6a8aa0b commit 5ec5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BlockRewardHbbft.sol
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ contract BlockRewardHbbft is

initAllowedChangeableParameter(
"setGovernancePotShareNominator(uint256)",
"governancePotShareNominatorParams()",
"governancePotShareNominator()",
governancePotShareNominatorParams
);
}
Expand Down

0 comments on commit 5ec5b9d

Please sign in to comment.