mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-15 00:54:49 +00:00
Add reqCount to BlobSidecar range request done log (#4982)
This commit is contained in:
parent
7fb9a51c76
commit
0044c18c01
@ -546,7 +546,7 @@ p2pProtocol BeaconSync(version = 1,
|
|||||||
break
|
break
|
||||||
|
|
||||||
debug "BlobSidecar range request done",
|
debug "BlobSidecar range request done",
|
||||||
peer, startSlot, found
|
peer, startSlot, count = reqCount, found
|
||||||
|
|
||||||
# https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/altair/light-client/p2p-interface.md#getlightclientbootstrap
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/altair/light-client/p2p-interface.md#getlightclientbootstrap
|
||||||
proc lightClientBootstrap(
|
proc lightClientBootstrap(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user