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

@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.7.6"
Version = "0.7.7"
)
var ethereum *eth.Ethereum