diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-18 18:42:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-18 18:42:01 +0800 |
commit | 05b1ec008b771d9856e83a6269a5267eb18e1f51 (patch) | |
tree | 001e9a721f7d7611b5907b819fcdc334609fc847 /cmd/mist/main.go | |
parent | 60318c96d03bcaaf731802b1080a3d87cb482124 (diff) | |
download | go-tangerine-05b1ec008b771d9856e83a6269a5267eb18e1f51.tar.gz go-tangerine-05b1ec008b771d9856e83a6269a5267eb18e1f51.tar.zst go-tangerine-05b1ec008b771d9856e83a6269a5267eb18e1f51.zip |
Disabled ability to disable whisper. Closes #334
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r-- | cmd/mist/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go index 32222fbef..14f561e99 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -60,6 +60,7 @@ func run() error { MaxPeers: MaxPeer, Port: OutboundPort, NAT: NAT, + Shh: true, BootNodes: BootNodes, NodeKey: NodeKey, KeyRing: KeyRing, |