Skip to content

Commit cbc4306

Browse files
committed
rename
1 parent 4f8be4f commit cbc4306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/network/src/network_beacon_processor/rpc_methods.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
908908
%peer_id,
909909
%request_start_slot,
910910
%fulu_start_slot,
911-
requested_count = req.count,
912-
served_count = effective_count,
911+
requested = req.count,
912+
returned = effective_count,
913913
"BlobsByRange request spans across Fulu fork, only serving blobs before Fulu slots"
914914
)
915915
}

0 commit comments

Comments
 (0)