From 6992b48a49ad44b3ff4d24257899e8d31b2aba2f Mon Sep 17 00:00:00 2001 From: Sergio Garcia <14262484+sgc-code@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:01:28 +0100 Subject: [PATCH] Update README.md Co-authored-by: gaetbout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea2b50..0defc14 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For more details about how to trigger it please see the `claimInternal` function If for some reason the funds deposited to pay for the claim transaction are not enough. Or if someone prefers to subsidize. It is also possible for someone else to pay for the claim fees. -The receiver can use the private key sign a message containing the address receiving the address (and optionally some address that will receive the dust). Using this signature, anybody can execute a transaction to perform the claim. To do so they should `claim_external` on the escrow account (through the `execute_action` entrypoint) +The receiver can use the private key sign a message containing the address receiving the address (and optionally some address that will receive the dust). Using this signature, anybody can execute a transaction to perform the claim. To do so, they should call `claim_external` on the escrow account (through the `execute_action` entrypoint) For more details please see the `claimExternal` function at [Claim External Example](./lib/claim.ts)