From 98ba6c104fb12e5bfc5c042ad43c3c15a3494ab8 Mon Sep 17 00:00:00 2001 From: guy-starkware Date: Sun, 15 Dec 2024 07:27:58 -0800 Subject: [PATCH] chore(consensus): move the todo on ProposalFin to Matan (#2664) --- crates/papyrus_protobuf/src/consensus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }