remove spammy log
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-06-12 01:38:37 +01:00
parent 712e9723b2
commit c5a493a186
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -455,7 +455,6 @@ where
let Some(mut block_entry_to_get) = chain_tracker
.blocks_to_get(&client.info.pruning_seed, self.amount_of_blocks_to_request)
else {
tracing::debug!("Peer does not have next batch");
return Some(client);
};