mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
chore: removing protected-topic cli flg (#3160)
This commit is contained in:
parent
d225c6e1e2
commit
b8d3ee051a
@ -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…
x
Reference in New Issue
Block a user