Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ain-evm/src/backend.rs
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ impl Overlay {

let data = OverlayData {
account,
code,
code: code.or(self.get_code(&address)),
storage,
};
self.state.insert(address, data.clone());

0 comments on commit 54ef58e

Please sign in to comment.