mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
fmt/clippy fixes
This commit is contained in:
@@ -100,7 +100,8 @@ async fn mint_and_burn_test() {
|
||||
let rpc = producer_handles.monero(ops).await;
|
||||
let mut res = Vec::with_capacity(count);
|
||||
for _ in 0 .. count {
|
||||
let block = rpc.get_block(rpc.generate_blocks(&addr, 1).await.unwrap().0[0]).await.unwrap();
|
||||
let block =
|
||||
rpc.get_block(rpc.generate_blocks(&addr, 1).await.unwrap().0[0]).await.unwrap();
|
||||
|
||||
let mut txs = Vec::with_capacity(block.txs.len());
|
||||
for tx in &block.txs {
|
||||
|
||||
Reference in New Issue
Block a user