Skip to content

Commit 371c7c8

Browse files
committed
fix
1 parent 38313c8 commit 371c7c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/monitor/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ async fn load_accounts_with_infinite_retry(
231231
}
232232

233233
async fn validate_tree_roots(rpc_client: &RpcClient, db_roots: Vec<(Pubkey, Hash)>) {
234-
let mut root_validation_errors = 0;
235234
for chunk in db_roots.chunks(CHUNK_SIZE) {
236235
let pubkeys = chunk.iter().map(|(pubkey, _)| *pubkey).collect();
237236
let accounts = load_accounts_with_infinite_retry(rpc_client, pubkeys).await;

0 commit comments

Comments
 (0)