mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 00:39:26 +00:00
added db
This commit is contained in:
parent
a9db1ee8d4
commit
64b6172089
1 changed files with 1 additions and 0 deletions
|
|
@ -16,4 +16,5 @@ func init() {
|
||||||
logpkg.AddLogSystem(Logger)
|
logpkg.AddLogSystem(Logger)
|
||||||
|
|
||||||
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "")
|
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "")
|
||||||
|
ethutil.Config.Db, _ = NewMemDatabase()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue