mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 21:59:05 +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)
|
||||
|
||||
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "")
|
||||
ethutil.Config.Db, _ = NewMemDatabase()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue