mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
A couple more RCL => XRP Ledger changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user