mirror of https://github.com/waku-org/nwaku.git
chore: removing protected-topic cli flg (#3160)
This commit is contained in:
parent
04ec145839
commit
7ac1ebc2d5
|
@ -137,13 +137,6 @@ type WakuNodeConf* = object
|
|||
.}: bool
|
||||
of noCommand:
|
||||
## Application-level configuration
|
||||
protectedTopics* {.
|
||||
desc:
|
||||
"Deprecated. Topics and its public key to be used for message validation, topic:pubkey. Argument may be repeated.",
|
||||
defaultValue: newSeq[ProtectedShard](0),
|
||||
name: "protected-topic"
|
||||
.}: seq[ProtectedShard]
|
||||
|
||||
protectedShards* {.
|
||||
desc:
|
||||
"Shards and its public keys to be used for message validation, shard:pubkey. Argument may be repeated.",
|
||||
|
|
Loading…
Reference in New Issue