Skip to content

Commit

Permalink
Update the reserved hook error code name to tecHOOK_REJECTED (#4559)
Browse files Browse the repository at this point in the history
The old name was `tecHOOK_ERROR`
  • Loading branch information
dangell7 authored Oct 18, 2023
1 parent b69156a commit 41cd337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/protocol/TER.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 41cd337

Please sign in to comment.