Skip to content

Commit

Permalink
chore(consensus): move the todo on ProposalFin to Matan
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-starkware committed Dec 15, 2024
1 parent 9cae497 commit a08ec3b
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
pub proposal_content_id: BlockHash,
}

Expand Down

0 comments on commit a08ec3b

Please sign in to comment.