mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-04 06:53:11 +00:00
Fix a typo
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
parent
d7da6d60d2
commit
c0862f81ff
@ -4,7 +4,7 @@ import "github.com/waku-org/waku-go-bindings/waku/common"
|
|||||||
|
|
||||||
type WakuNodeOption func(*WakuNode)
|
type WakuNodeOption func(*WakuNode)
|
||||||
|
|
||||||
// This allows you to pass arbitrary valid config options to Nwaku baed on https://github.com/waku-org/nwaku/blob/master/waku/factory/external_config.nim
|
// This allows you to pass arbitrary valid config options to Nwaku based on https://github.com/waku-org/nwaku/blob/master/waku/factory/external_config.nim
|
||||||
// It is mostly for development and experimental purposes and will be removed in the future.
|
// It is mostly for development and experimental purposes and will be removed in the future.
|
||||||
func WithExtraOptions(extraOptions common.ExtraOptions) WakuNodeOption {
|
func WithExtraOptions(extraOptions common.ExtraOptions) WakuNodeOption {
|
||||||
return func(wn *WakuNode) {
|
return func(wn *WakuNode) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user