Skip to content

Resolve "Bug when sending transaction after importing wallet"

Jeremy requested to merge 35-import-send-bug into main

Closes #35 (closed)

Bug was coming from loading up new transactions in TransactionHistory, which would have "null" for amount while they were syncing.

I cleaned up some unused imports as well.

These "-" on the right side were the ones bugging out, they populate with the actual values once the transaction properly syncs.

Screenshot_2023-05-20_at_13.45.11

Edited by Jeremy

Merge request reports