mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-04 23:13:09 +00:00
fix: turning off omitempty for Relay (#27)
This commit is contained in:
parent
169013630b
commit
167e3e7add
@ -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"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user