From 7c4ff3abb4693bf93b2b348f572f14f2cfcf9142 Mon Sep 17 00:00:00 2001
From: Felix Lange <fjl@twurst.com>
Date: Sat, 21 Mar 2015 00:50:20 +0100
Subject: eth: enable whisper again

---
 eth/backend.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'eth/backend.go')

diff --git a/eth/backend.go b/eth/backend.go
index b086d6a56..141c6c605 100644
--- a/eth/backend.go
+++ b/eth/backend.go
@@ -206,7 +206,7 @@ func New(config *Config) (*Ethereum, error) {
 	ethProto := EthProtocol(config.ProtocolVersion, config.NetworkId, eth.txPool, eth.chainManager, eth.blockPool)
 	protocols := []p2p.Protocol{ethProto}
 	if config.Shh {
-		//protocols = append(protocols, eth.whisper.Protocol())
+		protocols = append(protocols, eth.whisper.Protocol())
 	}
 
 	eth.net = &p2p.Server{
-- 
cgit v1.2.3