aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
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)