Skip to content

Commit

Permalink
wip: DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Nov 5, 2024
1 parent 3983325 commit ce0e1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mithril-common/src/certificate_chain/certificate_genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ impl CertificateGenesisProducer {
ProtocolMessagePartKey::NextAggregateVerificationKey,
genesis_avk,
);
protocol_message.set_message_part(
/* protocol_message.set_message_part(
ProtocolMessagePartKey::NextProtocolParameters,
genesis_protocol_parameters.compute_hash(),
);
protocol_message.set_message_part(
ProtocolMessagePartKey::CurrentEpoch,
genesis_epoch.to_string(),
);
); */
Ok(protocol_message)
}

Expand Down

0 comments on commit ce0e1ae

Please sign in to comment.