ToastWallet / core

This repo contains the core code for Toast Wallet. It is built for iOS, Android and browser directly from this repository. PC builds are built from the browser version using Electron.
GNU General Public License v2.0
210 stars 80 forks source link

Showing latest transaction first #56

Open A01TYAD opened 4 years ago

A01TYAD commented 4 years ago

Hi, I changed the Ripple data API URL for fetching transactions and added descending=true. This fetches the transactions in reverse order so the latest transactions are displayed first.