zingolabs / zingolib

An API and test-app that exposes zcash functionality for app consumption
MIT License
15 stars 19 forks source link

Balance doubles while transparent balance is shielded #1236

Closed Edicksonjga closed 2 weeks ago

Edicksonjga commented 3 weeks ago

When you perform a transaction to shield the transparent balance, while the transaction is being processed the current balance is duplicated, thus generating a visual bug that can confuse the end user.

In the image you can see that there is a transaction in the history that is being processed and above the balance has increased to double what the wallet actually has.

image