mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-04 06:53:11 +00:00
fix: turning off omitempty for Relay
This commit is contained in:
parent
c37577a160
commit
27db9bf5a0
@ -344,7 +344,7 @@ const ConnectionChangeChanBufferSize = 100
|
|||||||
type WakuConfig struct {
|
type WakuConfig struct {
|
||||||
Host string `json:"host,omitempty"`
|
Host string `json:"host,omitempty"`
|
||||||
Nodekey string `json:"nodekey,omitempty"`
|
Nodekey string `json:"nodekey,omitempty"`
|
||||||
Relay bool `json:"relay,omitempty"`
|
Relay bool `json:"relay"`
|
||||||
Store bool `json:"store,omitempty"`
|
Store bool `json:"store,omitempty"`
|
||||||
LegacyStore bool `json:"legacyStore"`
|
LegacyStore bool `json:"legacyStore"`
|
||||||
Storenode string `json:"storenode,omitempty"`
|
Storenode string `json:"storenode,omitempty"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user