Skip to content

Commit 4dddfc1

Browse files
committed
Fix lint
1 parent a5ce826 commit 4dddfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/network/src/network_beacon_processor/rpc_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
10001000
fn record_data_column_request_in_span(
10011001
&self,
10021002
peer_id: &PeerId,
1003-
requested_indices: &Vec<ColumnIndex>,
1003+
requested_indices: &[ColumnIndex],
10041004
span: Span,
10051005
) {
10061006
// FIXME: change to custody columns instead of sampling columns once 7792 is merged.

0 commit comments

Comments
 (0)