minor formatting fix

This commit is contained in:
gmega 2023-09-01 19:53:33 -03:00
parent 0522c1105f
commit b772251634
1 changed files with 7 additions and 9 deletions

View File

@ -48,15 +48,13 @@ proc neighborAdded*(
manifest: Manifest,
network: Network
) =
discard network.send(
WantHave(
request: true,
sender: parent.some,
receiver: neighbor,
cid: manifest.cid,
haves: self.newSession(manifest).blocks
)
)
discard network.send(WantHave(
request: true,
sender: parent.some,
receiver: neighbor,
cid: manifest.cid,
haves: self.newSession(manifest).blocks
))
method deliver*(
self: BlockExchangeProtocol,