mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Reliable tx submission: clarify validated ledger in pseudocode
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user