diff --git a/waku/nwaku.go b/waku/nwaku.go index 713dca1..d59cad5 100644 --- a/waku/nwaku.go +++ b/waku/nwaku.go @@ -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"`