From 3883bafd5273421ea8bd2e1b0f12ebeb04821d34 Mon Sep 17 00:00:00 2001 From: Bronek Kozicki Date: Wed, 26 Mar 2025 12:29:56 +0000 Subject: [PATCH] Update transactions.macro comment for ttVAULT_CLAWBACK --- include/xrpl/protocol/detail/transactions.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/detail/transactions.macro b/include/xrpl/protocol/detail/transactions.macro index cff9ae380e..f902f7b8db 100644 --- a/include/xrpl/protocol/detail/transactions.macro +++ b/include/xrpl/protocol/detail/transactions.macro @@ -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},