BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
245 stars 82 forks source link

backend: sort unconfirmed transactions by created time #2766

Closed strmci closed 3 weeks ago

strmci commented 1 month ago

This commit updates the transaction history sorting to handle multiple unconfirmed transactions. These transactions are now sorted by their created time.

strmci commented 1 month ago

Please adjust the unit test to cover sorting by CreatedTimeStamp with the various options.

@benma updated, PTAL