Skip to content

Commit

Permalink
fix: expand version 3 description
Browse files Browse the repository at this point in the history
Co-authored-by: Levente Pap <levente.pap@iota.org>
  • Loading branch information
alexsporn and lzpap authored Jan 15, 2025
1 parent f49f135 commit 604ab48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iota-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub const MAX_PROTOCOL_VERSION: u64 = 3;
// SystemEpochInfoEventV1.
// Version 3: Set the `relocate_event_module` to be true so that the module that
// is associated as the "sending module" for an event is relocated by linkage.
// Add `Clock` based unlock to `Timelock` objects.

#[derive(Copy, Clone, Debug, Hash, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
pub struct ProtocolVersion(u64);
Expand Down

0 comments on commit 604ab48

Please sign in to comment.