diff --git a/src/ripple/protocol/TER.h b/src/ripple/protocol/TER.h index c43a5ad534..41f271ed71 100644 --- a/src/ripple/protocol/TER.h +++ b/src/ripple/protocol/TER.h @@ -277,6 +277,7 @@ enum TECcodes : TERUnderlyingType { tecKILLED = 150, tecHAS_OBLIGATIONS = 151, tecTOO_SOON = 152, + tecHOOK_ERROR [[maybe_unused]] = 153 }; //------------------------------------------------------------------------------ diff --git a/src/ripple/protocol/TxFormats.h b/src/ripple/protocol/TxFormats.h index a9d4d94f1e..7ccac5ac70 100644 --- a/src/ripple/protocol/TxFormats.h +++ b/src/ripple/protocol/TxFormats.h @@ -56,6 +56,8 @@ enum TxType { ttTRUST_SET = 20, ttACCOUNT_DELETE = 21, + ttHOOK_SET [[maybe_unused]] = 22, + ttAMENDMENT = 100, ttFEE = 101, ttUNL_MODIFY = 102,