Skip to content

Commit

Permalink
Update packages/protocol/contracts/L1/libs/LibProving.sol
Browse files Browse the repository at this point in the history
Co-authored-by: David <david@taiko.xyz>
  • Loading branch information
dantaik and davidtaikocha authored Mar 24, 2023
1 parent dd1eb4f commit e84b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/libs/LibProving.sol
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ library LibProving {
inputs[4] = evidence.blockHash;
inputs[5] = evidence.signalRoot;
inputs[6] = bytes32(uint256(uint160(evidence.prover)));
inputs[7] = bytes32(uint256(evidence.gasUsed)); // TODO(faniel): document this
inputs[7] = bytes32(uint256(evidence.gasUsed)); // TODO(daniel): document this
inputs[8] = blk.metaHash;

// Circuits shall use this value to check anchor gas limit.
Expand Down

0 comments on commit e84b674

Please sign in to comment.