We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06917e7 commit 3c572c4Copy full SHA for 3c572c4
execution_chain/sync/wire_protocol/setup.nim
@@ -27,6 +27,7 @@ proc addEthHandlerCapability*(
27
let wire = EthWireRef.new(txPool, node)
28
node.addCapability(eth68, wire)
29
node.addCapability(eth69, wire)
30
+ wire
31
32
# ------------------------------------------------------------------------------
33
# End
0 commit comments