Fix `WakuConfig` enabled

This commit is contained in:
Igor Sirotin 2023-03-30 15:14:36 +03:00 committed by Igor Sirotin
parent dfbaf9edbb
commit f360a9c193
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ var NODE_CONFIG* = %* {
"WakuConfig": {
"Enabled": false,
"BloomFilterMode": true,
"Enabled": true,
"LightClient": true,
"MinimumPoW": 0.001
},