les: remove light client experimental warning

This commit is contained in:
Zsolt Felfoldi 2019-03-01 21:41:01 +01:00
parent 2e8626797d
commit 34f0a3abab

View file

@ -259,7 +259,6 @@ func (s *LightEthereum) Protocols() []p2p.Protocol {
// Start implements node.Service, starting all internal goroutines needed by the
// Ethereum protocol implementation.
func (s *LightEthereum) Start(srvr *p2p.Server) error {
log.Warn("Light client mode is an experimental feature")
s.startBloomHandlers(params.BloomBitsBlocksClient)
s.netRPCService = ethapi.NewPublicNetAPI(srvr, s.networkId)
// clients are searching for the first advertised protocol in the list