Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Mar 8, 2023
1 parent aee8dcf commit 7cb27cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libp2p/peerstore.nim
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type
proc new*(T: type PeerStore, identify: Identify, capacity = 1000): PeerStore {.public.} =
T(
identify: identify,
capacity: capacity,
capacity: capacity
)

#########################
Expand Down
2 changes: 1 addition & 1 deletion tests/testnative.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ import testtcptransport,
testyamux,
testautonat,
testautonatservice,
testautorelay
testautorelay

0 comments on commit 7cb27cc

Please sign in to comment.