Smart Contract Scheduler

This commit is contained in:
Luke Parker
2024-09-14 05:20:02 -04:00
parent 0616085109
commit 72a18bf8bb
12 changed files with 241 additions and 226 deletions

View File

@@ -488,7 +488,7 @@ impl<S: ScannerFeed, P: TransactionPlanner<S, EffectedReceivedOutputs<S>>> Sched
}
}
// Create the transactions for the forwards/burns
// Create the transactions for the forwards/returns
{
let mut planned_txs = vec![];
for forward in update.forwards() {