diff --git a/content/tutorials/use-simple-xrp-payments/reliable-transaction-submission.md b/content/tutorials/use-simple-xrp-payments/reliable-transaction-submission.md index d86930da4b..07a2944c75 100644 --- a/content/tutorials/use-simple-xrp-payments/reliable-transaction-submission.md +++ b/content/tutorials/use-simple-xrp-payments/reliable-transaction-submission.md @@ -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)