Fixed peer window. Minor tweaks and fixes

This commit is contained in:
obscuren
2015-01-05 19:53:53 +01:00
parent 22c0c5465a
commit c9985bf563
8 changed files with 37 additions and 53 deletions

View File

@ -32,7 +32,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.8.0"
Version = "0.8.1"
)
var clilogger = logger.NewLogger("CLI")