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

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