mirror of
https://github.com/logos-storage/swarmsim.git
synced 2026-01-02 05:43:09 +00:00
minor formatting fix
This commit is contained in:
parent
0522c1105f
commit
b772251634
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user