mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 06:59:24 +00:00
Have the coordinator task publish Batches
This commit is contained in:
7
processor/signers/src/coordinator/db.rs
Normal file
7
processor/signers/src/coordinator/db.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use serai_db::{Get, DbTxn, create_db};
|
||||
|
||||
create_db! {
|
||||
SignersCoordinator {
|
||||
LastPublishedBatch: () -> u32,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user