Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: gaetbout <[email protected]>
  • Loading branch information
sgc-code and gaetbout authored Jun 27, 2024
1 parent ff63b10 commit cb47e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The recipient uses the private key to craft a transaction to claim the gift. The
Edge cases:

- Insufficient `fee_amount`: Alternative options are "external claiming", waiting for transaction price to go down, or canceling the gift (see below)
- Dust: `fee_amount will usually be higher than the actual fee and there will be some amount left in the contract. The protocol owner can collect the dust later
- Dust: `fee_amount` will usually be higher than the actual fee and there will be some amount left in the contract. The protocol owner can collect the dust later
- If the internal claim transaction fails for any reason, the account won't allow to submit another transaction. But the gift can be cancelled or claimed using the external method.

For more details about how to trigger it please see the `claimInternal` function at [Claim Internal Example](./lib/claim.ts)
Expand Down

0 comments on commit cb47e93

Please sign in to comment.