mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix tests
This commit is contained in:
parent
48470e5f42
commit
2da9fbf298
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ func makeUint256WithUint64(num uint64) []byte {
|
||||||
|
|
||||||
func newState() *state.StateDB {
|
func newState() *state.StateDB {
|
||||||
db := state.NewDatabase(rawdb.NewMemoryDatabase())
|
db := state.NewDatabase(rawdb.NewMemoryDatabase())
|
||||||
state, _ := state.New(common.Hash{}, db, nil)
|
state, _ := state.New(common.Hash{}, db)
|
||||||
return state
|
return state
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue