Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adaki2004 committed May 9, 2023
1 parent cedc56f commit e89894b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/contracts/L1/libs/LibProving.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ library LibProving {
fc.provenAt = uint64(block.timestamp);
fc.prover = evidence.prover;

// evidence.prover cannot be address(0) at this point -
// either system or a regular prover
if (evidence.prover != address(1)) {
uint256[9] memory inputs;

Expand Down

0 comments on commit e89894b

Please sign in to comment.