Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit eb8bf52

Browse files
author
Mason Liang
committed
fix build
1 parent 63c0689 commit eb8bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bus-mapping/src/evm/opcodes/tload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl Opcode for Tload {
4848
assert_eq!(
4949
value,
5050
geth_steps[1].stack.last()?,
51-
"inconsistent tload: step proof {value_from_statedb:?}, result {:?} in contract {contract_addr:?}, key {key:?}", geth_steps[1].stack.last()?,
51+
"inconsistent tload: step proof {value_from_statedb:?}, result {:?} in contract {contract_addr:?}, key {key:?}", value, geth_steps[1].stack.last()?, contract_addr, key
5252
);
5353

5454
state.push_op(

0 commit comments

Comments
 (0)