mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
fix : genspec config
This commit is contained in:
parent
36e2382f93
commit
a25bc7794a
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ func TestGenesisContractChange(t *testing.T) {
|
||||||
Code: []byte{0x1, 0x1},
|
Code: []byte{0x1, 0x1},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Config: ¶ms.ChainConfig{},
|
||||||
}
|
}
|
||||||
|
|
||||||
db := rawdb.NewMemoryDatabase()
|
db := rawdb.NewMemoryDatabase()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue