Skip to content

Commit

Permalink
Restore rpcREPORTING_UNSUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Aug 21, 2024
1 parent 76f2144 commit 30a9ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/xrpl/protocol/ErrorCodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ enum error_code_i {
rpcEXPIRED_VALIDATOR_LIST = 80,

// unused = 90,
// unused = 91,
// DEPRECATED. New code must not use this value.
rpcREPORTING_UNSUPPORTED = 91,

rpcOBJECT_NOT_FOUND = 92,

Expand Down

0 comments on commit 30a9ab7

Please sign in to comment.