diff --git a/crates/papyrus_protobuf/src/consensus.rs b/crates/papyrus_protobuf/src/consensus.rs index 2a092e6fed..5afa4522fc 100644 --- a/crates/papyrus_protobuf/src/consensus.rs +++ b/crates/papyrus_protobuf/src/consensus.rs @@ -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, }