Skip to content

Commit 54d1477

Browse files
committed
use account_identifier.kind() instead of hard-coding Ethereum
1 parent e8c52be commit 54d1477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmtp_id/src/associations/association_log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl IdentityAction for CreateInbox {
8787
}
8888

8989
allowed_signature_for_kind(
90-
&MemberKind::Ethereum,
90+
&self.account_identifier.kind(),
9191
&self.initial_identifier_signature.kind,
9292
)?;
9393

0 commit comments

Comments
 (0)