From 30a9ab7f6b024cc203a0cd33a0e497ad5320a22a Mon Sep 17 00:00:00 2001 From: John Freeman Date: Wed, 21 Aug 2024 15:15:55 -0500 Subject: [PATCH] Restore rpcREPORTING_UNSUPPORTED --- include/xrpl/protocol/ErrorCodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/xrpl/protocol/ErrorCodes.h b/include/xrpl/protocol/ErrorCodes.h index b5505968a2c..d8ec3052b7b 100644 --- a/include/xrpl/protocol/ErrorCodes.h +++ b/include/xrpl/protocol/ErrorCodes.h @@ -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,