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

This commit is contained in:
gabrielmer 2024-10-31 14:33:36 +02:00 committed by NagyZoltanPeter
parent 04ec145839
commit 7ac1ebc2d5
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368
1 changed files with 0 additions and 7 deletions

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