fix: codereview
This commit is contained in:
parent
886f58491d
commit
4670bd57c4
|
@ -7,3 +7,4 @@ proc fromEvent*(jsonSignal: JsonNode): Signal =
|
|||
for discoveryItem in jsonSignal["event"]:
|
||||
signal.enodes.add(discoveryItem["enode"].getStr)
|
||||
result = signal
|
||||
|
Loading…
Reference in New Issue