Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update callop.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc authored Sep 11, 2023
1 parent 6a62e82 commit b66c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bus-mapping/src/evm/opcodes/callop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl<const N_ARGS: usize> Opcode for CallOpcode<N_ARGS> {
let is_precompile = code_address
.map(|ref addr| is_precompiled(addr))
.unwrap_or(false);
// CALLCODE does not need to do real transfer.
// CALLCODE does not need to do real transfer
// Transfer value only when all these conditions met:
// - The opcode is CALL
// - The precheck passed
Expand Down

0 comments on commit b66c376

Please sign in to comment.