Disallow regular Clawback on Vault accounts

This commit is contained in:
Bronek Kozicki
2025-03-24 11:45:50 +00:00
parent cc4f87729f
commit a173dd20e2
3 changed files with 6 additions and 0 deletions

View File

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