mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Don't scan outputs which are dust, track dust change as operating costs
Fixes #299.
This commit is contained in:
@@ -745,9 +745,8 @@ impl<D: Db, N: Network> MultisigManager<D, N> {
|
||||
res.push((key, id, tx, eventuality));
|
||||
}
|
||||
|
||||
// TODO: If the TX is None, restore its inputs to the scheduler
|
||||
// Otherwise, if the TX had a change output, dropping its inputs would burn funds
|
||||
// Are there exceptional cases upon rotation?
|
||||
// TODO: If the TX is None, restore its inputs to the scheduler for efficiency's sake
|
||||
// If this TODO is removed, also reduce the operating costs
|
||||
}
|
||||
res
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user