moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

tx list screen doesn't update #630

Closed lastmeta closed 2 years ago

lastmeta commented 2 years ago

Describe The Bug

the balance will update if you get a transaction, but no the tx list. list is updated if you exit that screen and return to it.

To Reproduce

look at txs screen while getting txs

Expected Behavior

balance should update when txs list updates

lastmeta commented 2 years ago

it gets triggered to refresh, but its getting triggered on balances, which are pulled before the transaction history is pulled, so we have to trigger it on new vouts or something like that instead.