mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Improve the human-readable description of the tesSUCCESS code:
Transactions that return tesSUCCESS have only been accepted and propagated on the Ripple network and should not be considered final until they have been included in a validated ledger.
This commit is contained in:
@@ -124,7 +124,7 @@ bool transResultInfo (TER terCode, std::string& strToken, std::string& strHuman)
|
|||||||
{ terPRE_SEQ, "terPRE_SEQ", "Missing/inapplicable prior transaction." },
|
{ terPRE_SEQ, "terPRE_SEQ", "Missing/inapplicable prior transaction." },
|
||||||
{ terOWNERS, "terOWNERS", "Non-zero owner count." },
|
{ terOWNERS, "terOWNERS", "Non-zero owner count." },
|
||||||
|
|
||||||
{ tesSUCCESS, "tesSUCCESS", "The transaction was applied." },
|
{ tesSUCCESS, "tesSUCCESS", "The transaction was applied. Only final in a validated ledger." },
|
||||||
};
|
};
|
||||||
|
|
||||||
int iIndex = RIPPLE_ARRAYSIZE (transResultInfoA);
|
int iIndex = RIPPLE_ARRAYSIZE (transResultInfoA);
|
||||||
|
|||||||
Reference in New Issue
Block a user