core: fix staticcheck warnings (#20323)
This commit is contained in:
committed by
Péter Szilágyi
parent
8008c5b1fa
commit
f71e85b8e2
@ -283,8 +283,7 @@ func makeBlockChain(parent *types.Block, n int, engine consensus.Engine, db ethd
|
||||
}
|
||||
|
||||
type fakeChainReader struct {
|
||||
config *params.ChainConfig
|
||||
genesis *types.Block
|
||||
config *params.ChainConfig
|
||||
}
|
||||
|
||||
// Config returns the chain configuration.
|
||||
|
Reference in New Issue
Block a user