mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update the reserved hook error code name to tecHOOK_REJECTED (#4559)
The old name was `tecHOOK_ERROR`
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user