mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-02-27 14:00:49 +00:00
Reply empty nodeData
This commit is contained in:
parent
b5c898dc1e
commit
f815c73963
@ -134,7 +134,7 @@ rlpxProtocol eth, protocolVersion:
|
|||||||
|
|
||||||
requestResponse:
|
requestResponse:
|
||||||
proc getNodeData(peer: Peer, hashes: openarray[KeccakHash]) =
|
proc getNodeData(peer: Peer, hashes: openarray[KeccakHash]) =
|
||||||
discard
|
await peer.nodeData([])
|
||||||
|
|
||||||
proc nodeData(peer: Peer, data: openarray[Blob]) =
|
proc nodeData(peer: Peer, data: openarray[Blob]) =
|
||||||
discard
|
discard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user