Skip to content

Commit

Permalink
doc expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vanmeerbeck committed Jul 27, 2023
1 parent 9c54016 commit 9a5f481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/giveaway/contracts/SignedMultiGiveaway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ contract SignedMultiGiveaway is
/// @notice verifies the ERC712 signatures and transfer tokens from the source user to the destination user.
/// @param sigs signature part (v,r,s) the array of signatures M in N of M sigs
/// @param claimIds unique claim ids, used by the backend to avoid double spending
/// @param expiration expiration timestamp
/// @param from source user
/// @param to destination user
/// @param claims list of tokens to do transfer
Expand Down

1 comment on commit 9a5f481

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

99.35%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/giveaway/contracts
   ERC2771Handler.sol100%100%100%100%
   SignedMultiGiveaway.sol100%100%100%100%
   SignedMultiGiveawayBase.sol100%100%100%100%
packages/giveaway/contracts/test
   FakeMintableERC1155.sol100%100%100%100%
   FakeMintableERC20.sol100%100%100%100%
   FakeMintableERC721.sol100%100%100%100%
   FakeProxy.sol85.71%100%100%75%33

Please sign in to comment.