Skip to content

Commit

Permalink
Connect block_gas_used (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
wborgeaud authored Sep 26, 2023
1 parent a24cd4f commit 72241ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ impl BlockMetadataTarget {
for i in 0..2 {
builder.connect(bm0.block_base_fee[i], bm1.block_base_fee[i])
}
builder.connect(bm0.block_gas_used, bm1.block_gas_used);
for i in 0..64 {
builder.connect(bm0.block_bloom[i], bm1.block_bloom[i])
}
Expand Down

0 comments on commit 72241ca

Please sign in to comment.