diff --git a/examples/basic-light-client/main.go b/examples/basic-light-client/main.go index bf6d760d7..18280c4ba 100644 --- a/examples/basic-light-client/main.go +++ b/examples/basic-light-client/main.go @@ -41,7 +41,7 @@ var ClusterID = altsrc.NewUintFlag(&cli.UintFlag{ }) var Shard = altsrc.NewUintFlag(&cli.UintFlag{ - Name: "shard-type", + Name: "shard", Value: 0, Usage: "shard that the node is interested in publishing/receiving from.", Destination: &shard, @@ -115,7 +115,6 @@ func Execute() error { node.WithHostAddress(hostAddr), node.WithWakuFilterLightNode(), node.WithClusterID(uint16(clusterID)), - node.WithLightPush(), //node.WithLogLevel(zapcore.DebugLevel), ) if err != nil {