Misc comments

This commit is contained in:
Luke Parker
2024-09-20 02:12:26 -04:00
parent 554c5778e4
commit 2984d2f8cf
4 changed files with 4 additions and 15 deletions

View File

@@ -260,6 +260,7 @@ impl<S: ScannerFeed> SchedulerUpdate<S> {
pub type KeyScopedEventualities<S> = HashMap<Vec<u8>, Vec<EventualityFor<S>>>;
/// The object responsible for accumulating outputs and planning new transactions.
// TODO: Move this to Scheduler primitives
pub trait Scheduler<S: ScannerFeed>: 'static + Send {
/// An error encountered when handling updates/payments.
///