mirror of https://github.com/status-im/go-waku.git
fix: chat example in light mode
This commit is contained in:
parent
9eed01301c
commit
bcc03c2ce9
|
@ -68,6 +68,9 @@ func execute(options Options) {
|
|||
if options.Filter.Enable {
|
||||
opts = append(opts, node.WithWakuFilterLightNode())
|
||||
}
|
||||
if options.LightPush.Enable {
|
||||
opts = append(opts, node.WithClusterID(uint16(16)))
|
||||
}
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
|
|
Loading…
Reference in New Issue