mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Mark that the tep codes are part of the binary format.
This commit is contained in:
@@ -103,9 +103,10 @@ enum TER // aka TransactionEngineResult
|
||||
// - Applied
|
||||
// - Forwarded
|
||||
// Only allowed as a return code of appliedTransaction when !tapRetry. Otherwise, treated as terRETRY.
|
||||
// CAUTION: The numerical values for these results are part of the binary formats
|
||||
tepPARTIAL = 100,
|
||||
tepPATH_DRY,
|
||||
tepPATH_PARTIAL,
|
||||
tepPATH_DRY = 101,
|
||||
tepPATH_PARTIAL = 102,
|
||||
};
|
||||
|
||||
#define isTelLocal(x) ((x) >= telLOCAL_ERROR && (x) < temMALFORMED)
|
||||
|
||||
Reference in New Issue
Block a user