chore: removing protected-topic cli flg (#3160)

This commit is contained in:
gabrielmer 2024-10-31 14:33:36 +02:00 committed by GitHub
parent d225c6e1e2
commit b8d3ee051a

View File

@ -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.",