File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments