upped proto version and modified block pool

This commit is contained in:
obscuren
2014-12-05 16:26:39 +01:00
parent 095cb97675
commit 9925916851
6 changed files with 18 additions and 17 deletions

View File

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