Skip to content

Commit

Permalink
reverse list of txs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Oct 25, 2024
1 parent 4188924 commit a69745c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/transaction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
//Make api call to CLN
const pays = await CLN.list_pays(tag);
const trans = parseClnPayments(pays.payments);
trans.reverse();
transactions = [...trans];
} else {
// Make Api call to LND
Expand Down

0 comments on commit a69745c

Please sign in to comment.