mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Plan scheduled payments whenever outputs are received
The scheduler prior waited for the next series of payments to be added.
This commit is contained in:
@@ -394,6 +394,7 @@ async fn run<C: Coin, D: Db, Co: Coordinator>(raw_db: D, coin: C, mut coordinato
|
||||
|
||||
CoordinatorMessage::Substrate(msg) => {
|
||||
match msg {
|
||||
// TODO: Merge this with Burns so we don't have two distinct scheduling actions
|
||||
messages::substrate::CoordinatorMessage::BlockAcknowledged {
|
||||
context,
|
||||
key: key_vec,
|
||||
|
||||
Reference in New Issue
Block a user