diff --git a/packages/fuels-core/src/lib.rs b/packages/fuels-core/src/lib.rs index aa8597c75..4d52b9421 100644 --- a/packages/fuels-core/src/lib.rs +++ b/packages/fuels-core/src/lib.rs @@ -97,7 +97,7 @@ impl Configurables { .map(|(offset, data)| Ok((Self::shift_offset(offset, shift)?, data.clone()))) .collect::>>()?; - // TODO: @hal3e test this and thest with loader configurables + // TODO: @hal3e test this and test with loader configurables let new_sorted_indirect_configurables = self .sorted_indirect_configurables .into_iter()