Skip to content

Commit

Permalink
fix: need lookup the treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Aug 10, 2023
1 parent 11cdc1b commit c6243e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zkevm-circuits/src/evm_circuit/execution/end_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ impl<F: Field> ExecutionGadget<F> for EndTxGadget<F> {

// send base fee to treasury account
let treasury = cb.query_cell();
cb.block_lookup(BlockContextFieldTag::Treasury.expr(), None, treasury.expr());

let coinbase_reward = UpdateBalanceGadget::construct(
cb,
Expand Down

0 comments on commit c6243e0

Please sign in to comment.