From fa2d68c890111b43b969bb1dcdc3eb70aa3a12fe Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 23 Oct 2025 14:31:04 +0700 Subject: [PATCH] feat: snapshot wip --- src/ripple/protocol/TER.h | 1 - src/ripple/protocol/impl/TER.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/ripple/protocol/TER.h b/src/ripple/protocol/TER.h index 573e0b628..31ad16a3c 100644 --- a/src/ripple/protocol/TER.h +++ b/src/ripple/protocol/TER.h @@ -343,7 +343,6 @@ enum TECcodes : TERUnderlyingType { tecINSUF_RESERVE_SELLER = 187, tecIMMUTABLE = 188, tecTOO_MANY_REMARKS = 189, - tecHAS_HOOK_STATE = 190, tecLAST_POSSIBLE_ENTRY = 255, }; diff --git a/src/ripple/protocol/impl/TER.cpp b/src/ripple/protocol/impl/TER.cpp index 08992c6a3..30bcf46e2 100644 --- a/src/ripple/protocol/impl/TER.cpp +++ b/src/ripple/protocol/impl/TER.cpp @@ -94,8 +94,6 @@ transResults() MAKE_ERROR(tecINSUF_RESERVE_SELLER, "The seller of an object has insufficient reserves, and thus cannot complete the sale."), MAKE_ERROR(tecIMMUTABLE, "The remark is marked immutable on the object, and therefore cannot be updated."), MAKE_ERROR(tecTOO_MANY_REMARKS, "The number of remarks on the object would exceed the limit of 32."), - MAKE_ERROR(tecHAS_HOOK_STATE, "Delete all hook state before reducing scale"), - MAKE_ERROR(tefALREADY, "The exact transaction was already in this ledger."), MAKE_ERROR(tefBAD_ADD_AUTH, "Not authorized to add account."), MAKE_ERROR(tefBAD_AUTH, "Transaction's public key is not authorized."),