From 37a834fd1a9b343933a6d2ab1e830659d1389bcb Mon Sep 17 00:00:00 2001 From: ben-weinberg Date: Fri, 6 Sep 2024 11:29:46 -0400 Subject: [PATCH] Update README.md (#199) --- examples/evm/its-lock-unlock-fee/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/evm/its-lock-unlock-fee/README.md b/examples/evm/its-lock-unlock-fee/README.md index a164a9b5..5854a330 100644 --- a/examples/evm/its-lock-unlock-fee/README.md +++ b/examples/evm/its-lock-unlock-fee/README.md @@ -2,7 +2,7 @@ This example demonstrates how to use the ITS with a custom token implementation with the `LOCK_UNLOCK_FEE` token manager type. -The token will be minted/burned on transfers. The token needs to give mint permission to the token manager, but burning happens via an approval. +The token will be locked/unlocked on transfers in/out of the token's home chain. The token needs to give mint permission to the token manager to call the `safeTransferFrom()` function on the token. ### Prerequisite