Skip to content

Commit

Permalink
chore(consensus): move the todo on ProposalFin to Matan (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-starkware authored Dec 15, 2024
1 parent c2e1308 commit 98ba6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/papyrus_protobuf/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub struct TransactionBatch {
#[derive(Debug, Clone, PartialEq)]
pub struct ProposalFin {
/// The block hash of the proposed block.
/// TODO(guyn): Consider changing the content ID
/// TODO(Matan): Consider changing the content ID to a signature.
pub proposal_content_id: BlockHash,
}

Expand Down

0 comments on commit 98ba6c1

Please sign in to comment.