From e1caee6459d944f03cc5fcc548da12d72df27595 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Wed, 25 Feb 2026 13:40:25 +0700 Subject: [PATCH] fix: regenerate hook/sfcodes.h after sfHookExportCount field code change --- hook/sfcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hook/sfcodes.h b/hook/sfcodes.h index aeddca756..4304179a8 100644 --- a/hook/sfcodes.h +++ b/hook/sfcodes.h @@ -22,7 +22,7 @@ #define sfHookApiVersion ((1U << 16U) + 20U) #define sfHookStateScale ((1U << 16U) + 21U) #define sfLedgerFixType ((1U << 16U) + 22U) -#define sfHookExportCount ((1U << 16U) + 23U) +#define sfHookExportCount ((1U << 16U) + 98U) #define sfEntropyCount ((1U << 16U) + 99U) #define sfNetworkID ((2U << 16U) + 1U) #define sfFlags ((2U << 16U) + 2U) @@ -289,8 +289,8 @@ #define sfXChainCreateAccountAttestationCollectionElement ((14U << 16U) + 31U) #define sfPriceData ((14U << 16U) + 32U) #define sfCredential ((14U << 16U) + 33U) -#define sfAmountEntry ((14U << 16U) + 91U) #define sfExportedTxn ((14U << 16U) + 90U) +#define sfAmountEntry ((14U << 16U) + 91U) #define sfMintURIToken ((14U << 16U) + 92U) #define sfHookEmission ((14U << 16U) + 93U) #define sfImportVLKey ((14U << 16U) + 94U)