We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ce826 commit 4dddfc1Copy full SHA for 4dddfc1
beacon_node/network/src/network_beacon_processor/rpc_methods.rs
@@ -1000,7 +1000,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
1000
fn record_data_column_request_in_span(
1001
&self,
1002
peer_id: &PeerId,
1003
- requested_indices: &Vec<ColumnIndex>,
+ requested_indices: &[ColumnIndex],
1004
span: Span,
1005
) {
1006
// FIXME: change to custody columns instead of sampling columns once 7792 is merged.
0 commit comments