Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Apr 24, 2024
1 parent 63c0689 commit eb8bf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bus-mapping/src/evm/opcodes/tload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Opcode for Tload {
assert_eq!(
value,
geth_steps[1].stack.last()?,
"inconsistent tload: step proof {value_from_statedb:?}, result {:?} in contract {contract_addr:?}, key {key:?}", geth_steps[1].stack.last()?,
"inconsistent tload: step proof {value_from_statedb:?}, result {:?} in contract {contract_addr:?}, key {key:?}", value, geth_steps[1].stack.last()?, contract_addr, key
);

state.push_op(
Expand Down

0 comments on commit eb8bf52

Please sign in to comment.