Reliable tx submission: clarify validated ledger in pseudocode

This commit is contained in:
mDuo13
2019-03-20 12:15:08 -07:00
parent ddde772b8a
commit 35875e1617

View File

@@ -108,7 +108,7 @@ On restart, or the determination of a new last validated ledger (pseudocode):
``` ```
For each persisted transaction without validated result: For each persisted transaction without validated result:
Query transaction by hash Query transaction by hash
If (result appears in validated ledger) If (result appears in any validated ledger)
# Outcome is final # Outcome is final
Persist the final result Persist the final result
If (result code is tesSUCCESS) If (result code is tesSUCCESS)