Skip to content

Commit

Permalink
Merge pull request #328 from SilentRhetoric/main
Browse files Browse the repository at this point in the history
Fix typo in ARC-59
  • Loading branch information
SudoWeezy authored Dec 17, 2024
2 parents 5a943e5 + c461b50 commit 96baa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0059.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ This information can then be used to send the asset. An example of using this in

### Claiming an Asset

When claiming an asset, the claimer **MUST** call `arc9_claim` to claim the asset from their inbox. This will transfer the asset to the claimer and any extra ALGO in the inbox will be sent to the claimer.
When claiming an asset, the claimer **MUST** call `arc59_claim` to claim the asset from their inbox. This will transfer the asset to the claimer and any extra ALGO in the inbox will be sent to the claimer.

Prior to sending the `arc59_claim` app call, a call to `arc59_claimAlgo` **SHOULD** be made to claim any extra ALGO in the inbox if the inbox balance is above its minimum balance.

Expand Down

0 comments on commit 96baa15

Please sign in to comment.