We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38313c8 commit 371c7c8Copy full SHA for 371c7c8
1 file changed
src/monitor/mod.rs
@@ -231,7 +231,6 @@ async fn load_accounts_with_infinite_retry(
231
}
232
233
async fn validate_tree_roots(rpc_client: &RpcClient, db_roots: Vec<(Pubkey, Hash)>) {
234
- let mut root_validation_errors = 0;
235
for chunk in db_roots.chunks(CHUNK_SIZE) {
236
let pubkeys = chunk.iter().map(|(pubkey, _)| *pubkey).collect();
237
let accounts = load_accounts_with_infinite_retry(rpc_client, pubkeys).await;
0 commit comments