mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
happy lint, happy life
This commit is contained in:
parent
0c2d29fc7f
commit
e4d6eeb9a3
2 changed files with 0 additions and 6 deletions
|
|
@ -49,9 +49,6 @@ func TestEIP8246SelfdestructNoBurn(t *testing.T) {
|
||||||
// TODO: drop this hacky Amsterdam config initialization once the final
|
// TODO: drop this hacky Amsterdam config initialization once the final
|
||||||
// Amsterdam config is available (mirrors TestEthTransferLogs).
|
// Amsterdam config is available (mirrors TestEthTransferLogs).
|
||||||
config.AmsterdamTime = new(uint64)
|
config.AmsterdamTime = new(uint64)
|
||||||
blobConfig := *config.BlobScheduleConfig
|
|
||||||
blobConfig.Amsterdam = blobConfig.Osaka
|
|
||||||
config.BlobScheduleConfig = &blobConfig
|
|
||||||
|
|
||||||
gspec := &Genesis{
|
gspec := &Genesis{
|
||||||
Config: &config,
|
Config: &config,
|
||||||
|
|
|
||||||
|
|
@ -45,9 +45,6 @@ var (
|
||||||
func amsterdam8037Config() *params.ChainConfig {
|
func amsterdam8037Config() *params.ChainConfig {
|
||||||
cfg := *params.MergedTestChainConfig
|
cfg := *params.MergedTestChainConfig
|
||||||
cfg.AmsterdamTime = new(uint64)
|
cfg.AmsterdamTime = new(uint64)
|
||||||
blob := *cfg.BlobScheduleConfig
|
|
||||||
blob.Amsterdam = blob.Osaka
|
|
||||||
cfg.BlobScheduleConfig = &blob
|
|
||||||
return &cfg
|
return &cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue