Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentRhetoric committed Dec 17, 2024
1 parent 5a943e5 commit c461b50
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 c461b50

Please sign in to comment.