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, manifest: Manifest,
network: Network network: Network
) = ) =
discard network.send( discard network.send(WantHave(
WantHave( request: true,
request: true, sender: parent.some,
sender: parent.some, receiver: neighbor,
receiver: neighbor, cid: manifest.cid,
cid: manifest.cid, haves: self.newSession(manifest).blocks
haves: self.newSession(manifest).blocks ))
)
)
method deliver*( method deliver*(
self: BlockExchangeProtocol, self: BlockExchangeProtocol,