You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding this issue in syncWalletOld. Only seeing "No Transactions yet" despite a balance being displayed. In BDKTransactions.getTransactions(), storedTx is null, so the following line updatedTx = Transaction(... returns without being handled and sync never completes.
The text was updated successfully, but these errors were encountered:
DanGould
changed the title
TestNet enabled wallet will list balance but not transactions
Wallet will lists balance, outgoing transactions but not received transactions
Dec 13, 2024
I'm finding this issue in
syncWalletOld
. Only seeing "No Transactions yet" despite a balance being displayed. InBDKTransactions.getTransactions()
,storedTx
isnull
, so the following lineupdatedTx = Transaction(...
returns without being handled and sync never completes.The text was updated successfully, but these errors were encountered: