mirror of https://github.com/waku-org/nwaku.git
chore: disable swap by default (#989)
This commit is contained in:
parent
4e9215a920
commit
1b29dcda7b
|
@ -181,7 +181,7 @@ type
|
|||
|
||||
swap* {.
|
||||
desc: "Enable swap protocol: true|false",
|
||||
defaultValue: true
|
||||
defaultValue: false
|
||||
name: "swap" }: bool
|
||||
|
||||
## Lightpush config
|
||||
|
|
Loading…
Reference in New Issue