Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Jul 1, 2024
1 parent ef1c83d commit e525869
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,11 +1135,6 @@ async fn handle_da_event<Types: NodeType>(
let encoded_txns_hash = Sha256::digest(&da_proposal.data.encoded_transactions);
// check if the sender is the leader and the signature is valid; if yes, broadcast the DA proposal
if leader == sender && sender.validate(&da_proposal.signature, &encoded_txns_hash) {
// let da_msg = DaProposalMessage::<Types> {
// proposal: da_proposal,
// sender: leader,
// total_nodes: total_nodes.into(),
// };
let view_number = da_proposal.data.view_number;
tracing::debug!(
"Sending DA proposal to the builder states for view {:?}",
Expand Down

0 comments on commit e525869

Please sign in to comment.