Skip to content

Commit ef89db6

Browse files
committed
feature(common): make SignedEntitTypesDiscriminant Hashable to be used in HashMap
1 parent 1e0b596 commit ef89db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mithril-common/src/entities/signed_entity_type.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const ENTITY_TYPE_CARDANO_DATABASE: usize = 4;
4949
PartialOrd,
5050
Ord,
5151
EnumIter,
52+
Hash,
5253
))]
5354
pub enum SignedEntityType {
5455
/// Mithril stake distribution

0 commit comments

Comments
 (0)