crypto-power / cryptopower

A cross-platform SPV (DCR, BTC & LTC) privacy wallet built with go.
ISC License
42 stars 27 forks source link

Confusing account balances #577

Open JustinBeBoy opened 3 months ago

JustinBeBoy commented 3 months ago

I have 3 accounts: default, mixed11, Unmixed like screenshot bellow, I have DCR on Unmixed:

b1

I set mixed is Unmixed account and unmixed is default account in stakshuffle page:

b2

after that, I sent some dcr from Unmixed account like bellow:

b4

after sent, all DCR balance in Unmixed move to default account and stakshuffle page show like bellow

b6 b7

@dreacot Is it a bug ?

dreacot commented 3 months ago

i don't think so since, the balances now reflect what you set them to, i.e sending from mixed (unmixed) to unmixed (defualt)

JustinBeBoy commented 2 months ago

i don't think so since, the balances now reflect what you set them to, i.e sending from mixed (unmixed) to unmixed (defualt)

I talking about why can balance move between 2 accounts while mixer is not running, i did not transfer money between those 2 accounts

JoeGruffins commented 2 months ago

Do you have the txid? It looks like the change address was taken from default and it spent one UTXO sending all the change as well back to default. What behavior was expected? Dealing with multiple accounts is kind of confusing.

JustinBeBoy commented 1 month ago

Do you have the txid? It looks like the change address was taken from default and it spent one UTXO sending all the change as well back to default. What behavior was expected? Dealing with multiple accounts is kind of confusing.

it seems logical that after sending an amount, uxto will return the money to the mixed wallet, but would that make it confusing for users?