Updated database interface and eth test code

This commit is contained in:
obscuren
2014-01-01 03:07:49 +01:00
parent 35e4d74641
commit 52952e274d
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ func NewLDBDatabase() (*LDBDatabase, error) {
}
func (db *LDBDatabase) Bootstrap() error {
db.trie = NewTrie(db)
//db.trie = NewTrie(db)
return nil
}