mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 14:39:25 +00:00
fmt, machete, GH CI
This commit is contained in:
@@ -248,7 +248,8 @@ async fn main() {
|
||||
let args = std::env::args().collect::<Vec<String>>();
|
||||
|
||||
// Read start block as the first arg
|
||||
let mut block_i = args.get(1).expect("no start block specified").parse::<usize>().expect("invalid start block");
|
||||
let mut block_i =
|
||||
args.get(1).expect("no start block specified").parse::<usize>().expect("invalid start block");
|
||||
|
||||
// How many blocks to work on at once
|
||||
let async_parallelism: usize =
|
||||
|
||||
Reference in New Issue
Block a user