mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cosmetic.
This commit is contained in:
@@ -122,7 +122,7 @@ enum TER // aka TransactionEngineResult
|
|||||||
tecNO_LINE_INSUF_RESERVE = 126,
|
tecNO_LINE_INSUF_RESERVE = 126,
|
||||||
tecNO_LINE_REDUNDANT = 127,
|
tecNO_LINE_REDUNDANT = 127,
|
||||||
tecPATH_DRY = 128,
|
tecPATH_DRY = 128,
|
||||||
tecUNFUNDED = 129, // Old ambigous unfunded.
|
tecUNFUNDED = 129, // Depericated, old ambiguous unfunded.
|
||||||
};
|
};
|
||||||
|
|
||||||
#define isTelLocal(x) ((x) >= telLOCAL_ERROR && (x) < temMALFORMED)
|
#define isTelLocal(x) ((x) >= telLOCAL_ERROR && (x) < temMALFORMED)
|
||||||
|
|||||||
Reference in New Issue
Block a user