Skip to content

Commit fbdd328

Browse files
committed
fix: add debug to messageid
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 0477ca9 commit fbdd328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_core/src/eip_712_signed_message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub struct EIP712SignedMessage<M: SolStruct> {
1919
pub signature: Signature,
2020
}
2121

22-
#[derive(Eq, PartialEq, Hash)]
22+
#[derive(Debug, Eq, PartialEq, Hash)]
2323
pub struct MessageId(pub [u8; 32]);
2424

2525
impl<M: SolStruct> EIP712SignedMessage<M> {

0 commit comments

Comments
 (0)