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 = "Mist"
Version = "0.8.0"
Version = "0.8.1"
)
var ethereum *eth.Ethereum
@ -58,6 +58,7 @@ func run() error {
NATType: PMPGateway,
PMPGateway: PMPGateway,
KeyRing: KeyRing,
Dial: true,
})
if err != nil {
mainlogger.Fatalln(err)