fix linter issues (#184)

This commit is contained in:
Thomas Nguy
2021-06-25 04:31:57 -04:00
committed by GitHub
parent 365c96acfa
commit 61260dfda8
8 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func (AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry)
types.RegisterInterfaces(registry)
}
//____________________________________________________________________________
// ____________________________________________________________________________
// AppModule implements an application module for the evm module.
type AppModule struct {
+1 -1
View File
@@ -29,7 +29,7 @@ func (cc ChainConfig) EthereumConfig(chainID *big.Int) *params.ChainConfig {
IstanbulBlock: getBlockValue(cc.IstanbulBlock),
MuirGlacierBlock: getBlockValue(cc.MuirGlacierBlock),
BerlinBlock: getBlockValue(cc.BerlinBlock),
//TODO(xlab): after upgrading ethereum to newer version, this should be set to YoloV2Block
// TODO(xlab): after upgrading ethereum to newer version, this should be set to YoloV2Block
YoloV3Block: getBlockValue(cc.YoloV3Block),
EWASMBlock: getBlockValue(cc.EWASMBlock),
CatalystBlock: getBlockValue(cc.CatalystBlock),