From 16c7cd5e693897fb0dcab49b282feb207be4ab00 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 8 Jul 2025 12:21:36 +0200 Subject: [PATCH] change tt number --- src/ripple/protocol/TxFormats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/TxFormats.h b/src/ripple/protocol/TxFormats.h index 8e4eceb7c..e7fcc0d60 100644 --- a/src/ripple/protocol/TxFormats.h +++ b/src/ripple/protocol/TxFormats.h @@ -140,7 +140,7 @@ enum TxType : std::uint16_t ttNFTOKEN_ACCEPT_OFFER = 29, /** This transaction claws back issued tokens. */ - ttCLAWBACK = 44, + ttCLAWBACK = 30, /** This transaction mints/burns/buys/sells a URI TOKEN */ ttURITOKEN_MINT = 45,