From 41cd337506f24630a55b628f2ac0df541081c818 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Wed, 18 Oct 2023 07:56:22 +0200 Subject: [PATCH] Update the reserved hook error code name to `tecHOOK_REJECTED` (#4559) The old name was `tecHOOK_ERROR` --- src/ripple/protocol/TER.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/TER.h b/src/ripple/protocol/TER.h index 4cabac1dd1..d6ca7ce7e4 100644 --- a/src/ripple/protocol/TER.h +++ b/src/ripple/protocol/TER.h @@ -294,7 +294,7 @@ enum TECcodes : TERUnderlyingType { tecKILLED = 150, tecHAS_OBLIGATIONS = 151, tecTOO_SOON = 152, - tecHOOK_ERROR [[maybe_unused]] = 153, + tecHOOK_REJECTED [[maybe_unused]] = 153, tecMAX_SEQUENCE_REACHED = 154, tecNO_SUITABLE_NFTOKEN_PAGE = 155, tecNFTOKEN_BUY_SELL_MISMATCH = 156,