Update the reserved hook error code name to tecHOOK_REJECTED (#4559)

The old name was `tecHOOK_ERROR`
This commit is contained in:
Denis Angell
2023-10-18 07:56:22 +02:00
committed by GitHub
parent b69156ac01
commit 41cd337506

View File

@@ -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,