Moved leveldb update loop to eth/backend
change order of block insert and update LastBlock bugfix, wrong hash stored in blockDb
This commit is contained in:
@ -65,3 +65,7 @@ func (db *MemDatabase) LastKnownTD() []byte {
|
||||
|
||||
return data
|
||||
}
|
||||
|
||||
func (db *MemDatabase) Flush() error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user