Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-19 14:26:05 -08:00
parent 6bc587b02f
commit 00e97a8938

View File

@@ -122,7 +122,7 @@ enum TER // aka TransactionEngineResult
tecNO_LINE_INSUF_RESERVE = 126,
tecNO_LINE_REDUNDANT = 127,
tecPATH_DRY = 128,
tecUNFUNDED = 129, // Old ambigous unfunded.
tecUNFUNDED = 129, // Depericated, old ambiguous unfunded.
};
#define isTelLocal(x) ((x) >= telLOCAL_ERROR && (x) < temMALFORMED)