forked from cerc-io/plugeth
added db
This commit is contained in:
parent
a9db1ee8d4
commit
64b6172089
@ -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 New Issue
Block a user