Skip to content

Commit

Permalink
remove argument for removed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed May 30, 2024
1 parent d1095e4 commit 6ea209e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/onflow/atree"
"github.com/onflow/flow-go/fvm/environment"
"github.com/onflow/flow-go/fvm/evm"
"github.com/onflow/flow-go/fvm/systemcontracts"
"github.com/onflow/flow-go/model/flow"

"github.com/onflow/cadence/runtime"
Expand Down Expand Up @@ -818,12 +817,10 @@ func setupEVMEnvironment(
fvmEnv environment.Environment,
runtimeEnv runtime.Environment,
) error {
sc := systemcontracts.SystemContractsForChain(chain.ChainID())
return evm.SetupEnvironment(
chain.ChainID(),
fvmEnv,
runtimeEnv,
sc.FlowToken.Address,
)
}

Expand Down

0 comments on commit 6ea209e

Please sign in to comment.