Skip to content

Commit 414e707

Browse files
authored
Update crates/common/src/slot_identifier.rs
1 parent 7e4dfdd commit 414e707

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/common/src/slot_identifier.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ impl SlotInfo {
176176
// Decode previous value
177177
let prev_decoded = if prev_length_byte & 1 == 1 {
178178
// Long bytes/string - aggregate from multiple slots
179-
180179
let prev_map = storage_accesses
181180
.iter()
182181
.map(|(slot, (prev_val, _))| (*slot, *prev_val))

0 commit comments

Comments
 (0)