Skip to content

Commit 876a5ea

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent df3edfc commit 876a5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evolve/src/rpc/txpool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ where
7171
total += sz;
7272
}
7373

74-
info!("get_txs returning {} transactions", selected_txs.len());
74+
debug!("get_txs returning {} transactions", selected_txs.len());
7575
Ok(selected_txs)
7676
}
7777
}

0 commit comments

Comments
 (0)