From e0d95d01553f2c72bb94b1b6af84e5fed93672dd Mon Sep 17 00:00:00 2001 From: Guy Nir Date: Sun, 15 Dec 2024 13:24:53 +0200 Subject: [PATCH] chore(consensus): move the todo on ProposalFin to Matan --- 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, }