Skip to content

Commit

Permalink
stylus: fix accountCode
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Feb 6, 2024
1 parent 5f6a3a1 commit 2bb5465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/arbutil/src/evm/req.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl<T: RequestHandler> EvmApi for EvmApiRequestor<T> {
req.extend(size.to_be_bytes());
let (res, cost) = self
.handler
.handle_request(EvmApiMethod::AccountCodeSize, &req);
.handle_request(EvmApiMethod::AccountCode, &req);
(res, cost)
}

Expand Down

0 comments on commit 2bb5465

Please sign in to comment.