From c461b506b4e6ff25f8f16a596b0e0e27cea4743d Mon Sep 17 00:00:00 2001 From: Brian Whippo Date: Mon, 16 Dec 2024 20:44:01 -0500 Subject: [PATCH] Fix typo --- ARCs/arc-0059.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCs/arc-0059.md b/ARCs/arc-0059.md index 286ebffed..47e6a4ea3 100644 --- a/ARCs/arc-0059.md +++ b/ARCs/arc-0059.md @@ -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.