aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-06 02:53:53 +0800
committerobscuren <geffobscura@gmail.com>2015-01-06 02:53:53 +0800
commitc9985bf563888d5f346408d2ff174167e8b65880 (patch)
treef9ef6249248c18ffb9060fc4ccf5ce29ab6f5b65 /cmd/mist/main.go
parent22c0c5465a274cad10367aa3f68ca64bf61e90eb (diff)
downloadgo-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.tar
go-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.tar.gz
go-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.tar.bz2
go-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.tar.lz
go-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.tar.xz
go-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.tar.zst
go-tangerine-c9985bf563888d5f346408d2ff174167e8b65880.zip
Fixed peer window. Minor tweaks and fixes
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index ce5e8449a..b8b58a36a 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -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)