Separated block db from state db. Partial fix for #416
This commit is contained in:
@ -113,7 +113,7 @@ func (self *Gui) DumpState(hash, path string) {
|
||||
return
|
||||
}
|
||||
|
||||
stateDump = state.New(block.Root(), self.eth.Db()).Dump()
|
||||
stateDump = state.New(block.Root(), self.eth.StateDb()).Dump()
|
||||
}
|
||||
|
||||
file, err := os.OpenFile(path[7:], os.O_CREATE|os.O_RDWR, os.ModePerm)
|
||||
|
Reference in New Issue
Block a user