Rename tecVAULT_ACCOUNT to tecPSEUDO_ACCOUNT

This commit is contained in:
Bronek Kozicki
2025-03-25 15:00:23 +00:00
parent 2f06b344a7
commit 372555bda8
3 changed files with 3 additions and 3 deletions

View File

@@ -347,7 +347,7 @@ enum TECcodes : TERUnderlyingType {
tecWRONG_ASSET = 194,
tecLIMIT_EXCEEDED = 195,
tecINVALID_DOMAIN = 196,
tecVAULT_ACCOUNT = 197,
tecPSEUDO_ACCOUNT = 197,
};
//------------------------------------------------------------------------------