mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
xrpl.js updates for interactive tutorials
This commit is contained in:
@@ -157,6 +157,7 @@ const set_up_tx_sender = async function() {
|
||||
try {
|
||||
// use lookup_tx_final() from submit-and-verify2.js
|
||||
let final_result_data = await lookup_tx_final(api, hash, max_ledger, min_ledger)
|
||||
console.log("final_result_data is", final_result_data)
|
||||
let final_result = final_result_data.result.meta.TransactionResult
|
||||
if (!silent) {
|
||||
if (final_result === "tesSUCCESS") {
|
||||
|
||||
Reference in New Issue
Block a user