diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-29 21:20:42 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-29 21:20:42 +0800 |
commit | 9e2f071d26d5c4ed343d2a91e48fec4e7751b99d (patch) | |
tree | fdfde82ceb0c6736b82c08c7002055ee95cfef67 /cmd | |
parent | fb4113dab4df8480c77bdcb707fa6b5408755b79 (diff) | |
download | go-tangerine-9e2f071d26d5c4ed343d2a91e48fec4e7751b99d.tar.gz go-tangerine-9e2f071d26d5c4ed343d2a91e48fec4e7751b99d.tar.zst go-tangerine-9e2f071d26d5c4ed343d2a91e48fec4e7751b99d.zip |
Removed events from the state manager
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ethereum/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 9e9a3e356..b78d49cae 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -98,6 +98,8 @@ func main() { // Leave the Println. This needs clean output for piping fmt.Printf("%s\n", block.State().Dump()) + fmt.Println(block) + os.Exit(0) } |