mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Remove spammy println from reserialize_chain
This commit is contained in:
parent
35fcd11096
commit
13f48a406e
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ async fn check_block(rpc: Arc<Rpc<HttpRpc>>, block_i: usize) {
|
|||
.verify(&get_outs(&rpc, &actual_indexes).await, image, &pseudo_outs[i], &sig_hash)
|
||||
.unwrap();
|
||||
}
|
||||
println!("Verified CLSAGs + BPs");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue