mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +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:
|
||||
Query transaction by hash
|
||||
If (result appears in validated ledger)
|
||||
If (result appears in any validated ledger)
|
||||
# Outcome is final
|
||||
Persist the final result
|
||||
If (result code is tesSUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user