diff options
author | obscuren <obscuren@obscura.com> | 2014-01-01 10:07:49 +0800 |
---|---|---|
committer | obscuren <obscuren@obscura.com> | 2014-01-01 10:07:49 +0800 |
commit | 52952e274d791991c6c368d135234068968981bc (patch) | |
tree | 2486f2e7d0564c21866e55c84f71fbb9a70c22be /ethereum.go | |
parent | 35e4d746418386508247319beeeb50619204af03 (diff) | |
download | dexon-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 'ethereum.go')
-rw-r--r-- | ethereum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go index d9e1fd314..e260e6c0e 100644 --- a/ethereum.go +++ b/ethereum.go @@ -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) { |