From 655b751698e334ef111f8cd8deb6b7e0410488b7 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Wed, 18 Mar 2026 11:06:04 +0700 Subject: [PATCH] chore: regenerate hook/sfcodes.h for new sfields Adds sfCancelTicketSequence (UINT32 101) and sfExportResult (OBJECT 98). --- hook/sfcodes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hook/sfcodes.h b/hook/sfcodes.h index 4304179a8..f8e25b7f0 100644 --- a/hook/sfcodes.h +++ b/hook/sfcodes.h @@ -82,6 +82,7 @@ #define sfRewardTime ((2U << 16U) + 98U) #define sfRewardLgrFirst ((2U << 16U) + 99U) #define sfRewardLgrLast ((2U << 16U) + 100U) +#define sfCancelTicketSequence ((2U << 16U) + 101U) #define sfIndexNext ((3U << 16U) + 1U) #define sfIndexPrevious ((3U << 16U) + 2U) #define sfBookNode ((3U << 16U) + 3U) @@ -297,6 +298,7 @@ #define sfActiveValidator ((14U << 16U) + 95U) #define sfGenesisMint ((14U << 16U) + 96U) #define sfRemark ((14U << 16U) + 97U) +#define sfExportResult ((14U << 16U) + 98U) #define sfSigners ((15U << 16U) + 3U) #define sfSignerEntries ((15U << 16U) + 4U) #define sfTemplate ((15U << 16U) + 5U)