So I created my governor contract which extends GovernorCompatibilityBravo
, GovernorVotesComp
, and GovernorTimelockControl
. Now I have to use the 4-param propose()
function to create new proposals to get them executed correctly. If I use the compound style propose()
, which has 5 params, everything looks good in the governor contract until when it gets executed, all values set in the proposal will be set to a weird number - 32.
Can anyone shed some light on this issue?