aboutsummaryrefslogtreecommitdiffstats
path: root/database.go
diff options
context:
space:
mode:
authorobscuren <obscuren@obscura.com>2014-01-01 10:07:49 +0800
committerobscuren <obscuren@obscura.com>2014-01-01 10:07:49 +0800
commit52952e274d791991c6c368d135234068968981bc (patch)
tree2486f2e7d0564c21866e55c84f71fbb9a70c22be /database.go
parent35e4d746418386508247319beeeb50619204af03 (diff)
downloaddexon-52952e274d791991c6c368d135234068968981bc.tar
dexon-52952e274d791991c6c368d135234068968981bc.tar.gz
dexon-52952e274d791991c6c368d135234068968981bc.tar.bz2
dexon-52952e274d791991c6c368d135234068968981bc.tar.lz
dexon-52952e274d791991c6c368d135234068968981bc.tar.xz
dexon-52952e274d791991c6c368d135234068968981bc.tar.zst
dexon-52952e274d791991c6c368d135234068968981bc.zip
Updated database interface and eth test code
Diffstat (limited to 'database.go')
-rw-r--r--database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.go b/database.go
index c056e70af..b147756b6 100644
--- a/database.go
+++ b/database.go
@@ -33,7 +33,7 @@ func NewLDBDatabase() (*LDBDatabase, error) {
}
func (db *LDBDatabase) Bootstrap() error {
- db.trie = NewTrie(db)
+ //db.trie = NewTrie(db)
return nil
}