fix: add back WithWakuStore() option

This commit is contained in:
Richard Ramos 2023-07-15 12:09:00 -04:00
parent bc6a305759
commit 13a23a9c42
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ func Execute(options Options) {
}
if options.Store.Enable {
nodeOpts = append(nodeOpts, node.WithWakuStore())
nodeOpts = append(nodeOpts, node.WithMessageProvider(dbStore))
}