Fixes for style check (#676)

This commit is contained in:
Tanguy
2021-12-16 11:05:20 +01:00
committed by GitHub
parent c49932b55a
commit df566e69db
77 changed files with 681 additions and 681 deletions

View File

@@ -75,7 +75,7 @@ proc handleSubscribe*(f: FloodSub,
# unsubscribe the peer from the topic
peers[].excl(peer)
method unsubscribePeer*(f: FloodSub, peer: PeerID) =
method unsubscribePeer*(f: FloodSub, peer: PeerId) =
## handle peer disconnects
##
trace "unsubscribing floodsub peer", peer