Skip to content

Commit c80fa33

Browse files
committed
fix(cardano-blockchain-types): add partailOrd to Fork
Signed-off-by: bkioshn <[email protected]>
1 parent 5eb13da commit c80fa33

File tree

1 file changed

+1
-1
lines changed
  • rust/cardano-blockchain-types/src

1 file changed

+1
-1
lines changed

rust/cardano-blockchain-types/src/fork.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
use crate::conversion::from_saturating;
1010

11-
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
11+
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, PartialOrd)]
1212
/// Counter that is incremented every time there is a roll-back in live-chain
1313
pub struct Fork(u64);
1414

0 commit comments

Comments
 (0)