mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
update dependencies (#2032)
## Issue Addressed NA ## Proposed Changes Updates out of date dependencies. ## Additional Info See also https://github.com/sigp/lighthouse/issues/1712 for a list of dependencies that are still out of date and the resasons.
This commit is contained in:
@@ -620,7 +620,7 @@ pub fn update_array<E: EthSpec, T: TargetArrayChunk>(
|
||||
metrics::inc_counter_vec_by(
|
||||
&SLASHER_NUM_CHUNKS_UPDATED,
|
||||
&[T::name()],
|
||||
updated_chunks.len() as i64,
|
||||
updated_chunks.len() as u64,
|
||||
);
|
||||
|
||||
for (chunk_index, chunk) in updated_chunks {
|
||||
|
||||
Reference in New Issue
Block a user