Skip to content

Commit

Permalink
Update TER.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Sep 10, 2023
1 parent c3f3dc0 commit 75e46de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ripple/protocol/TER.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ enum TECcodes : TERUnderlyingType {
tecAMM_EMPTY = 166,
tecAMM_NOT_EMPTY = 167,
tecAMM_ACCOUNT = 168,
tecINCOMPLETE = 169
tecINCOMPLETE = 169,
tecREQUIRES_FLAG = 186,
tecPRECISION_LOSS = 187,
tecPRECISION_LOSS = 187
};

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 75e46de

Please sign in to comment.