Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed May 23, 2024
1 parent c67df71 commit 23b478c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instruction_handlers/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ fn precompile_call(
let query = LogQuery {
timestamp: Timestamp(0),
key: abi.to_u256(),
tx_number_in_block: vm.state.transaction_number,
// only two first fields are read by the precompile
tx_number_in_block: Default::default(),
aux_byte: Default::default(),
shard_id: Default::default(),
address: Default::default(),
Expand Down

0 comments on commit 23b478c

Please sign in to comment.