Fixed mem error in vm. Fixed logs tests

This commit is contained in:
obscuren
2014-12-03 12:21:12 +01:00
parent f778922086
commit 3d9a4e7084
8 changed files with 59 additions and 24 deletions

View File

@ -30,7 +30,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.7.6"
Version = "0.7.7"
)
var clilogger = logger.NewLogger("CLI")