Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored Oct 1, 2023
1 parent f4c6bbb commit 0614968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/evm/src/runner/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ where
}

fn storage(&self, address: H160, index: H256) -> H256 {
if <Suicided<T>>::contains_key(&address)) {
if <Suicided<T>>::contains_key(&address) {
return H256::default();
}

Expand Down

0 comments on commit 0614968

Please sign in to comment.