Samourai-Wallet / whirlpool-client-cli

Command line Whirlpool client
Other
16 stars 13 forks source link

Issue with REST API: Stop mixing UTXO #14

Closed jaimefoo closed 4 years ago

jaimefoo commented 4 years ago

In last versions of whirlpool (0.9.1 at least) you could do:

POST /rest/utxos/{hash}:{index}/stopMix

to "freeze" a particular utxo and avoid it entering a mix

Now the same command returns a 200 OK, but in reality whirlpool drops a ""mixStop ignored: not mixing" when its status is " MIX_QUEUE MIXABLE". It only works when that utxo is with status "MIX_STARTED HASH_MIXING".

zeroleak commented 4 years ago

Thanks, this will be fixed in next release.

zeroleak commented 4 years ago

Fixed in 0.10.0