From 34f0a3abab4f214da01a620c9401841bf4e299a6 Mon Sep 17 00:00:00 2001 From: Zsolt Felfoldi Date: Fri, 1 Mar 2019 21:41:01 +0100 Subject: [PATCH] les: remove light client experimental warning --- les/backend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/les/backend.go b/les/backend.go index 67ddf17e4c..1fcd08f9e2 100644 --- a/les/backend.go +++ b/les/backend.go @@ -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