mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Remove tecINVALID_DOMAIN error code
Also remove superflous checks in CredentialHelpers
This commit is contained in:
@@ -346,8 +346,7 @@ enum TECcodes : TERUnderlyingType {
|
||||
tecBAD_CREDENTIALS = 193,
|
||||
tecWRONG_ASSET = 194,
|
||||
tecLIMIT_EXCEEDED = 195,
|
||||
tecINVALID_DOMAIN = 196,
|
||||
tecPSEUDO_ACCOUNT = 197,
|
||||
tecPSEUDO_ACCOUNT = 196,
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user