mirror of
https://github.com/logos-blockchain/logos-sql-zone.git
synced 2026-06-07 10:19:32 +00:00
add sequencer lib
This commit is contained in:
parent
4032725a53
commit
d4b3044821
@ -114,10 +114,8 @@ pub async fn run(args: SequencerArgs) -> Result<()> {
|
||||
std::process::exit(1);
|
||||
}
|
||||
};
|
||||
info!("Sequencer ready");
|
||||
|
||||
tokio::spawn(async move {
|
||||
sequencer.run_processing_loop().await;
|
||||
sequencer.run().await;
|
||||
});
|
||||
info!("Background processor started");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user