Update transactions.macro comment for ttVAULT_CLAWBACK

This commit is contained in:
Bronek Kozicki
2025-03-26 12:29:56 +00:00
parent 275e02f190
commit 3883bafd52

View File

@@ -501,7 +501,7 @@ TRANSACTION(ttVAULT_WITHDRAW, 68, VaultWithdraw, ({
{sfDestination, soeOPTIONAL},
}))
/** This transaction trades shares for assets with a vault. */
/** This transaction claws back tokens from a vault. */
TRANSACTION(ttVAULT_CLAWBACK, 69, VaultClawback, ({
{sfVaultID, soeREQUIRED},
{sfHolder, soeREQUIRED},