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

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: berachain/polaris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 78afa65235eeb5d5dae8667fd310228a35fbd4ea
Choose a base ref
..
head repository: berachain/polaris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9db1a9d63faae9ba93b3daf6f823a75a381c324b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 e2e/testapp/app.go
2 changes: 1 addition & 1 deletion e2e/testapp/app.go
Original file line number Diff line number Diff line change
@@ -212,7 +212,7 @@ func NewPolarisApp(
app.mm = miner.New(app.EVMKeeper.Polaris().Miner())
app.SetPrepareProposal(app.mm.PrepareProposal)

// Fuck the ante handler.
// Set the ante handler to nil, since it is not needed.
app.SetAnteHandler(nil)

// ----- END EVM SETUP -------------------------------------------------