fix: turning off omitempty for Relay

This commit is contained in:
Gabriel mermelstein 2025-02-04 17:17:58 +02:00
parent c37577a160
commit 27db9bf5a0
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -344,7 +344,7 @@ const ConnectionChangeChanBufferSize = 100
type WakuConfig struct {
Host string `json:"host,omitempty"`
Nodekey string `json:"nodekey,omitempty"`
Relay bool `json:"relay,omitempty"`
Relay bool `json:"relay"`
Store bool `json:"store,omitempty"`
LegacyStore bool `json:"legacyStore"`
Storenode string `json:"storenode,omitempty"`