Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chentihe committed Jan 21, 2025
1 parent d005958 commit 8259a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/UnirepApp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ contract UnirepApp is Ownable {

proofNullifier[nullifier] = true;

// check the epoch != current epoch (ppl can only claim in current aepoch)
// check the epoch != current epoch (ppl can only claim in current epoch)
uint48 epoch = unirep.attesterCurrentEpoch(signals.attesterId);
if (signals.epoch > epoch) {
revert InvalidEpoch();
Expand Down

0 comments on commit 8259a8f

Please sign in to comment.