Skip to content

Commit 3c572c4

Browse files
authored
Fix missing return value in addEthHandlerCapability (#3405)
1 parent 06917e7 commit 3c572c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

execution_chain/sync/wire_protocol/setup.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ proc addEthHandlerCapability*(
2727
let wire = EthWireRef.new(txPool, node)
2828
node.addCapability(eth68, wire)
2929
node.addCapability(eth69, wire)
30+
wire
3031

3132
# ------------------------------------------------------------------------------
3233
# End

0 commit comments

Comments
 (0)