Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node/core/approval-voting/src/import.rs
  • Loading branch information
ordian authored Sep 14, 2021
commit 12c23d131b61483c3850a6cbc5e9b1352d1d7117
2 changes: 1 addition & 1 deletion node/core/approval-voting/src/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ pub(crate) async fn handle_new_head(
let num_candidates = included_candidates.len();
let approved_bitfield = {
if needed_approvals == 0 {
tracing::trace!(
tracing::debug!(
target: LOG_TARGET,
block_hash = ?block_hash,
"Insta-approving all candidates",
Expand Down