Skip to content

Commit

Permalink
contract: derive Hash for OutputAssignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 7, 2024
1 parent 94aeb57 commit 0fc15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/assignments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl KnownState for RevealedValue {}
impl KnownState for RevealedData {}
impl KnownState for RevealedAttach {}

#[derive(Copy, Clone, Eq, Debug)]
#[derive(Copy, Clone, Eq, Hash, Debug)]
#[derive(StrictType, StrictDumb, StrictEncode, StrictDecode)]
#[strict_type(lib = LIB_NAME_RGB_STD)]
#[cfg_attr(
Expand Down

0 comments on commit 0fc15c9

Please sign in to comment.