Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 547686b

Browse files
tcoratgergreged93
andauthored
Update crates/ef-testing/src/evm_sequencer/evm_state/v0.rs
Co-authored-by: greged93 <[email protected]>
1 parent b2fdd9a commit 547686b

File tree

1 file changed

+1
-1
lines changed
  • crates/ef-testing/src/evm_sequencer/evm_state

1 file changed

+1
-1
lines changed

crates/ef-testing/src/evm_sequencer/evm_state/v0.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ impl Evm for KakarotSequencer {
213213
}
214214

215215
let remainder = bytecode_len % 31;
216-
let key: StorageKey = StorageKey::from(num_chunks);
216+
let key = StorageKey::from(num_chunks);
217217
let code = self.state_mut().get_storage_at(starknet_address, key)?;
218218
bytecode.append(&mut felt_to_bytes(&code, (32 - remainder) as usize).to_vec());
219219

0 commit comments

Comments
 (0)