Skip to content

Commit

Permalink
Merge pull request fedimint#6109 from joschisan/lnv2_consensus_version
Browse files Browse the repository at this point in the history
fix: set lnv2 module consensus version to 1.0
  • Loading branch information
joschisan authored Oct 2, 2024
2 parents 5227caf + ee57ebb commit 920bba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fedimint-lnv2-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use tpe::{AggregateDecryptionKey, DecryptionKeyShare};
use crate::contracts::{IncomingContract, OutgoingContract};

pub const KIND: ModuleKind = ModuleKind::from_static_str("lnv2");
pub const MODULE_CONSENSUS_VERSION: ModuleConsensusVersion = ModuleConsensusVersion::new(0, 0);
pub const MODULE_CONSENSUS_VERSION: ModuleConsensusVersion = ModuleConsensusVersion::new(1, 0);

#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash, Deserialize, Serialize, Encodable, Decodable)]
pub struct ContractId(pub sha256::Hash);
Expand Down

0 comments on commit 920bba4

Please sign in to comment.