Commit 52952e27 authored by obscuren's avatar obscuren

Updated database interface and eth test code

parent 35e4d746
...@@ -33,7 +33,7 @@ func NewLDBDatabase() (*LDBDatabase, error) { ...@@ -33,7 +33,7 @@ func NewLDBDatabase() (*LDBDatabase, error) {
} }
func (db *LDBDatabase) Bootstrap() error { func (db *LDBDatabase) Bootstrap() error {
db.trie = NewTrie(db) //db.trie = NewTrie(db)
return nil return nil
} }
......
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
"os/signal" "os/signal"
) )
const Debug = false const Debug = true
// Register interrupt handlers so we can stop the server // Register interrupt handlers so we can stop the server
func RegisterInterupts(s *Server) { func RegisterInterupts(s *Server) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment