Skip to content

Commit

Permalink
Revert "revert-me"
Browse files Browse the repository at this point in the history
This reverts commit 740bed9.
  • Loading branch information
Ivansete-status committed May 6, 2024
1 parent 740bed9 commit 2c27741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waku/factory/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ proc parseCmdArg*(T: type crypto.PrivateKey, p: string): T =
proc completeCmdArg*(T: type crypto.PrivateKey, val: string): seq[string] =
return @[]

## temporary comment to force creating image
proc parseCmdArg*(T: type ProtectedTopic, p: string): T =
let elements = p.split(":")
if elements.len != 2:
Expand Down

0 comments on commit 2c27741

Please sign in to comment.