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".
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".