Skip to content

Commit 51e82ec

Browse files
committed
fix TestRelayedTransactionFeeField test
1 parent 601ace5 commit 51e82ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integrationTests/chainSimulator/relayedTx/relayedTx_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ func TestRelayedTransactionFeeField(t *testing.T) {
12021202
cs := startChainSimulator(t, func(cfg *config.Configs) {
12031203
cfg.EpochConfig.EnableEpochs.RelayedTransactionsEnableEpoch = 1
12041204
cfg.EpochConfig.EnableEpochs.FixRelayedBaseCostEnableEpoch = 1
1205+
cfg.EpochConfig.EnableEpochs.RelayedTransactionsV1V2DisableEpoch = integrationTests.UnreachableEpoch
12051206
})
12061207
defer cs.Close()
12071208

0 commit comments

Comments
 (0)