eth: enable whisper again

release/1.0.1
Felix Lange 10 years ago
parent 483d43a15a
commit 7c4ff3abb4
  1. 2
      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{

Loading…
Cancel
Save