Skip to content

Commit d004d9d

Browse files
committed
nit
1 parent 81d100a commit d004d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/common/src/slot_identifier.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ impl SlotIdentifier {
496496
};
497497
// Get the base slot value from storage_values
498498
if let Some(base_value) = storage_values.get(&base_slot)
499-
&& let Some(info) = self.hanlde_bytes_string(slot_u256, &slot_str, base_value)
499+
&& let Some(info) = self.handle_bytes_string(slot_u256, &slot_str, base_value)
500500
{
501501
return Some(info);
502502
}
@@ -856,7 +856,7 @@ impl SlotIdentifier {
856856
/// * `slot_str` - String representation of the slot for output
857857
/// * `base_slot_value` - The value at the base slot (used to determine length for long
858858
/// bytes/strings)
859-
fn hanlde_bytes_string(
859+
fn handle_bytes_string(
860860
&self,
861861
slot: U256,
862862
slot_str: &str,

0 commit comments

Comments
 (0)