Accounts with a lot of machines probably wont get this too often, because they always will have at least one active task.
I took a look at the code, and I do see that a PODC Update will not go out of a machine with no tasks, therefore there will be no UTXO update also, which is bad (meaning they cant take advantage of our DR mode #2).
So basically only the ones with lingering tasks in the task queue are the ones able to send the PODC update.
Alright, Ill take this opportunity to make two features in the core wallet:
- Ability to honor our DR level, and send a UTXO update accordingally
- Ability to honor the required UTXO Stake amount without using a Key setting
This will be ready within a few hours.