Updated database interface and eth test code

pull/2/head
obscuren 11 years ago
parent 35e4d74641
commit 52952e274d
  1. 2
      database.go
  2. 2
      ethereum.go

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

@ -6,7 +6,7 @@ import (
"os/signal"
)
const Debug = false
const Debug = true
// Register interrupt handlers so we can stop the server
func RegisterInterupts(s *Server) {

Loading…
Cancel
Save