Skip to content

Commit 8fde709

Browse files
authored
chore: removing protected-topic cli flg (#3160)
1 parent 507b1fc commit 8fde709

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

waku/factory/external_config.nim

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ type WakuNodeConf* = object
137137
.}: bool
138138
of noCommand:
139139
## Application-level configuration
140-
protectedTopics* {.
141-
desc:
142-
"Deprecated. Topics and its public key to be used for message validation, topic:pubkey. Argument may be repeated.",
143-
defaultValue: newSeq[ProtectedShard](0),
144-
name: "protected-topic"
145-
.}: seq[ProtectedShard]
146-
147140
protectedShards* {.
148141
desc:
149142
"Shards and its public keys to be used for message validation, shard:pubkey. Argument may be repeated.",

0 commit comments

Comments
 (0)