mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
cargo +nightly fmt (again)
This commit is contained in:
@@ -420,7 +420,8 @@ impl Network for Bitcoin {
|
||||
}
|
||||
sleep(Duration::from_secs(60)).await;
|
||||
}
|
||||
}).await;
|
||||
})
|
||||
.await;
|
||||
|
||||
for block_num in (eventualities.block_number + 1) .. this_block_num {
|
||||
let block = {
|
||||
|
||||
Reference in New Issue
Block a user