Skip to content

Commit

Permalink
fix: add debug to messageid
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Mar 8, 2024
1 parent 0477ca9 commit fbdd328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_core/src/eip_712_signed_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct EIP712SignedMessage<M: SolStruct> {
pub signature: Signature,
}

#[derive(Eq, PartialEq, Hash)]
#[derive(Debug, Eq, PartialEq, Hash)]
pub struct MessageId(pub [u8; 32]);

impl<M: SolStruct> EIP712SignedMessage<M> {
Expand Down

0 comments on commit fbdd328

Please sign in to comment.