Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #946: [GUI][Zerocoin] transaction list - handle receive from ze…
…rocoin transactions 352d78e transaction list - handle receive from zerocoin transactions (codeofalltrades) Pull request description: ### Problem ### The wallet transaction list was updated to show the correct address #898 Zerocoins sent to a bv1 address were causing the force_return error. The address format is bech32 however the decode method was trying to decode the address as bech32 = false. ### Root Cause ### The address format is bech32 however the decode method was trying to decode the address as bech32 = false. ### Solution ### Decode the address using the correct format. ### Unit Testing Results ### 1. Create a new wallet 2. Get a basecoin address 3. Spend Zerocoins from a different wallet to the basecoin address 4. Verfiy the tx(s) are confirmed in the new wallet 5. Restart the wallet(veil-qt) with -reindex-chainstate 6. Verify the force_return error does not occur Tree-SHA512: bdadeac260673b34e204d00851f7e2c934ec7a46f27494f8f3e0e1122ab3c78ed9638423a0aed883ed883b4cd5f4d9371d83e1a6d2d5241b1576c7661bbcfe7f
- Loading branch information