Return terADDRESS_COLLISION from preclaim if cannot allocate AccountID

This commit is contained in:
Bronek Kozicki
2025-03-28 19:49:37 +00:00
parent f77ad36283
commit d3c1d02c72
5 changed files with 31 additions and 17 deletions

View File

@@ -225,6 +225,8 @@ enum TERcodes : TERUnderlyingType {
terQUEUED, // Transaction is being held in TxQ until fee drops
terPRE_TICKET, // Ticket is not yet in ledger but might be on its way
terNO_AMM, // AMM doesn't exist for the asset pair
terADDRESS_COLLISION, // Failed to allocate AccountID when trying to
// create a pseudo-account
};
//------------------------------------------------------------------------------