mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-05 10:23:32 +00:00
fix: add back WithWakuStore() option
This commit is contained in:
parent
bc6a305759
commit
13a23a9c42
@ -228,6 +228,7 @@ func Execute(options Options) {
|
||||
}
|
||||
|
||||
if options.Store.Enable {
|
||||
nodeOpts = append(nodeOpts, node.WithWakuStore())
|
||||
nodeOpts = append(nodeOpts, node.WithMessageProvider(dbStore))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user