Skip to content

Commit 03a1cc7

Browse files
Update codex/stores/networkstore.nim
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Giuliano Mega <giuliano.mega@gmail.com>
1 parent fbd378e commit 03a1cc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codex/stores/networkstore.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ type NetworkStore* = ref object of BlockStore
3232
localStore*: BlockStore # local block store
3333

3434
proc getBlocks*(
35-
self: NetworkStore,
36-
addresses: seq[BlockAddress]
35+
self: NetworkStore, addresses: seq[BlockAddress]
3736
): Future[seq[?!Block]] {.async: (raises: [CancelledError]).} =
3837
var
3938
localBlocks: seq[?!Block]

0 commit comments

Comments
 (0)