Skip to content

Commit

Permalink
fix(protocol): fix BlockVerified event (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Dec 7, 2022
1 parent 66ec7cc commit fe479c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/v1/V1Verifying.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ library V1Verifying {
latestL2Hash = fc.blockHash;
}
processed += 1;
_cleanUp(fc);
emit BlockVerified(i, fc.blockHash);
_cleanUp(fc);
}
}

Expand Down

0 comments on commit fe479c8

Please sign in to comment.