We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c52be commit 54d1477Copy full SHA for 54d1477
xmtp_id/src/associations/association_log.rs
@@ -87,7 +87,7 @@ impl IdentityAction for CreateInbox {
87
}
88
89
allowed_signature_for_kind(
90
- &MemberKind::Ethereum,
+ &self.account_identifier.kind(),
91
&self.initial_identifier_signature.kind,
92
)?;
93
0 commit comments