Skip to content

Commit

Permalink
log when we can't propose due to missing vid info
Browse files Browse the repository at this point in the history
  • Loading branch information
bfish713 committed Dec 12, 2023
1 parent 44c8fd0 commit 2482599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/task-impls/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,8 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>, A: ConsensusApi<TYPES, I> +
.await;
self.payload_commitment_and_metadata = None;
return true;
} else {
warn!("Cannot propose because we don't have the VID payload commitment and metadata");
}
debug!("Self block was None");
false
Expand Down

0 comments on commit 2482599

Please sign in to comment.