Skip to content

Conversation

@dragos-rebegea
Copy link
Contributor

Reasoning behind the pull request

  • add gasConfig for changeConfig and claimAccumulatedFees

g.eei.AddReturnMessage("changeConfig needs 5 arguments")
return vmcommon.UserError
}
err := g.eei.UseGas(g.gasCost.MetaChainSystemSCsCost.ChangeConfig)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is ok at the moment, no change config operation was triggered yet by the owner

return vmcommon.UserError
}
err := g.eei.UseGas(g.gasCost.MetaChainSystemSCsCost.CloseProposal)
err := g.eei.UseGas(g.gasCost.MetaChainSystemSCsCost.ClaimAccumulatedFees)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also 👍

@sasurobert sasurobert self-requested a review September 24, 2024 06:12
@dragos-rebegea dragos-rebegea merged commit fc997c4 into feat/governance-fixes Sep 24, 2024
5 checks passed
@dragos-rebegea dragos-rebegea deleted the MX-15047 branch September 24, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants