Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ledhed2222 committed Jul 28, 2023
1 parent de39c40 commit a9b9bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function fetchLedgerTransactions(client, ledgerIndex) {
transactions: true,
expand: true,
}, 10)
return { ledger_index: ledgerIndex, transactions: txResults }
return { ledger_index: ledgerIndex, transactions: txResults.ledger.transactions }
}

console.log(`<<< MANY TXS at ledger ${ledgerIndex}: [[ ${result.ledger.transactions.length} ]], processing per-tx...`)
Expand Down

0 comments on commit a9b9bad

Please sign in to comment.