Skip to content

Commit

Permalink
fix: fix import of SignedPublicKey
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Jan 11, 2024
1 parent 7188b23 commit 6b78a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/mls/message_contents/association.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message Eip191Association {
// 'CreateIdentity' wallet signature
message LegacyCreateIdentityAssociation {
RecoverableEcdsaSignature signature = 1;
SignedPublicKey legacy_create_identity_key = 2;
xmtp.message_contents.SignedPublicKey legacy_create_identity_key = 2;
}

// RecoverableEcdsaSignature
Expand Down

0 comments on commit 6b78a4b

Please sign in to comment.