Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Sep 8, 2023
1 parent 9eda927 commit efc3756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-polybft/e2e/governance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func TestE2E_Governance_ProposeAndExecuteSimpleProposal(t *testing.T) {
})
t.Run("successful change of base fee denom", func(t *testing.T) {
var baseFee = uint64(215)
// propose a new epoch size
// propose a new base fee change denom
setNewBaseFeeDenomFn := &contractsapi.SetNewBaseFeeChangeDenomNetworkParamsFn{
NewBaseFeeChangeDenom: big.NewInt(int64(baseFee)),
}
Expand Down Expand Up @@ -241,7 +241,7 @@ func TestE2E_Governance_ProposeAndExecuteSimpleProposal(t *testing.T) {
polybftCfg.GovernanceConfig.NetworkParamsAddr,
proposalInput, proposalDescription)

// check if epoch size changed on NetworkParams
// check if base fee change denom changed on NetworkParams
networkParamsResponse, err := ABICall(l2Relayer, contractsapi.NetworkParams,
ethgo.Address(polybftCfg.GovernanceConfig.NetworkParamsAddr), ethgo.ZeroAddress, "baseFeeChangeDenom")
require.NoError(t, err)
Expand Down

0 comments on commit efc3756

Please sign in to comment.