diff --git a/content/code_samples/rippleapi_quickstart/submit-and-verify.js b/content/code_samples/rippleapi_quickstart/submit-and-verify.js index 6f3db8f2ba..4d094971fc 100644 --- a/content/code_samples/rippleapi_quickstart/submit-and-verify.js +++ b/content/code_samples/rippleapi_quickstart/submit-and-verify.js @@ -30,7 +30,7 @@ const ledgerOffset = 5; const myInstructions = {maxLedgerVersionOffset: ledgerOffset}; -/* Verify a transaction is in a validated RCL version */ +/* Verify a transaction is in a validated XRP Ledger version */ function verifyTransaction(hash, options) { console.log('Verifing Transaction'); return api.getTransaction(hash, options).then(data => { @@ -52,7 +52,7 @@ function verifyTransaction(hash, options) { } -/* function to prepare, sign, and submit a transaction to the RCL +/* function to prepare, sign, and submit a transaction to the XRP Ledger success verifies the transaction is being considered for the next ledger. Still requires vlaidation */ function submitTransaction(lastClosedLedgerVersion, prepared, secret) { diff --git a/content/img-sources/paychan-flow.uxf b/content/img-sources/paychan-flow.uxf index 975e92fb67..b0c52c7616 100644 --- a/content/img-sources/paychan-flow.uxf +++ b/content/img-sources/paychan-flow.uxf @@ -510,7 +510,7 @@ group=2 66 lt=<- -RCL transaction +XRP Ledger transaction (needs 3-5 seconds for consensus) fg=#27a2db