clifordsymack / Electron-Cash

Electrum; Bitcoin thin client
MIT License
6 stars 3 forks source link

Faulty balance when spending selected unshuffled coins #60

Closed acidsploit closed 5 years ago

acidsploit commented 5 years ago

When you have cashshuffle running select unshuffled coin to spend. The select spend unshuffled, hit max, and total unshuffled balance is calculated instead of the selected coins balance.

  1. go to spend, select spend shuffled
    1. go to coins, select one "in queue"

      spend

    2. hit max in the spend window

      selects nothing

  2. click "spend uinshuffled

    selects all unfrozen balance

cculianu commented 5 years ago

Related to #48

See video (provided by @acidsploit ):

coins_bug_cashshuffle 2

cculianu commented 5 years ago

I'm pretty sure I fixed this in the latest commit. Thanks a lot for bringing this to my attention!

If you see any issues with the fix let me know and we can re-open this issue!