We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0477ca9 commit fbdd328Copy full SHA for fbdd328
tap_core/src/eip_712_signed_message.rs
@@ -19,7 +19,7 @@ pub struct EIP712SignedMessage<M: SolStruct> {
19
pub signature: Signature,
20
}
21
22
-#[derive(Eq, PartialEq, Hash)]
+#[derive(Debug, Eq, PartialEq, Hash)]
23
pub struct MessageId(pub [u8; 32]);
24
25
impl<M: SolStruct> EIP712SignedMessage<M> {
0 commit comments