-
m-relay<sneedlewoods:monero.social> I noted `sweep_unmixable`/`sweep_dust` commands (from wallet-cli/wallet-rpc) do _not_ have a `priority` option, while all other `sweep_*` and `transfer*` commands do have that option, maybe I'm missing something and there is a reason for that, or is it just rarely used and no one complained so far?
-
m-relay<sneedlewoods:monero.social> Does anyone think it would make sense to add the priority option to `wallet2::create_unmixable_sweep_transactions()` and then to CLI and RPC? Currently it uses hard coded priority 1 ([src](github.com/monero-project/monero/bl…91260/src/wallet/wallet2.cpp#L11777)).
-
m-relay<jeffro256:monero.social> I think the latter reason. `sweep_unmixable` is kind of a niche command that is still the only way to make v1 txs
-
m-relay<jeffro256:monero.social> I don't think it'll be very useful in the context of FCMP++ since all the anonymity pools are merged, so nothing is "unmixable"
-
m-relay<jeffro256:monero.social> I don't think it's worth trying to update `create_unmixable_sweep_transactions()` or add it to the new API IMO