Remove tecINVALID_DOMAIN error code

Also remove superflous checks in CredentialHelpers
This commit is contained in:
Bronek Kozicki
2025-03-26 17:07:49 +00:00
parent f5042df72b
commit dee06df012
6 changed files with 17 additions and 19 deletions

View File

@@ -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,
};
//------------------------------------------------------------------------------