Skip to content

Commit

Permalink
Update LibData.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Dec 9, 2022
1 parent 3cc4994 commit 621a45c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/protocol/contracts/L1/LibData.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ library LibData {
// Changed when a block is proven/finalized
uint64 latestVerifiedHeight;
uint64 latestVerifiedId;
uint64 avgProofTime; // the proof time moving average
// the proof time moving average, note that for each block, only the
// first proof's time is considered.
uint64 avgProofTime;
uint64 __reservedC1;
// Reserved
uint256[42] __gap;
Expand Down

0 comments on commit 621a45c

Please sign in to comment.