diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-21 00:42:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-21 00:42:09 +0800 |
commit | 54dac59285ccc6a3af47201479ca556da2899e93 (patch) | |
tree | 8f753059c4f1799046fa10a861884944a5f453fc /eth | |
parent | a59bb053f4d2a4a28341c645c051c4c323581a1b (diff) | |
download | go-tangerine-54dac59285ccc6a3af47201479ca556da2899e93.tar.gz go-tangerine-54dac59285ccc6a3af47201479ca556da2899e93.tar.zst go-tangerine-54dac59285ccc6a3af47201479ca556da2899e93.zip |
wip
Diffstat (limited to 'eth')
-rw-r--r-- | eth/backend.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/backend.go b/eth/backend.go index afe314d74..52f336c1d 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -205,7 +205,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{ |