We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572ebff commit ef7c310Copy full SHA for ef7c310
zebra-state/src/service/read/tests/vectors.rs
@@ -478,7 +478,7 @@ async fn any_chain_block_finds_side_chain_blocks() -> Result<()> {
478
// If hashes are the same, we can't test side chains properly
479
// This would mean our fake block generation isn't working as expected
480
if best_hash == side_hash {
481
- println!("WARNING: Unable to create different block hashes, skipping side chain test");
+ tracing::warn!("Unable to create different block hashes, skipping side chain test");
482
return Ok(());
483
}
484
0 commit comments