Skip to content

Commit f1edb84

Browse files
committed
doc: update comment
1 parent 93457a6 commit f1edb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/l2.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ uint256 constant safetyDelay = 60;
3535

3636
contract L2 is SignatureChecker {
3737
Ticket[] public tickets;
38-
// `batches` is used to record the fact that tickets with nonce between startingNonce and startingNonce + numTickets-1 are authorized, claimed or refunded.
38+
// `batches` is used to record the fact that tickets with nonce between startingNonce and startingNonce + numTickets-1 are authorized or withdrawn.
3939
// Indexed by nonce
4040
mapping(uint256 => Batch) batches;
4141
uint256 nextBatchStart = 0;

0 commit comments

Comments
 (0)