Skip to content

Commit

Permalink
association addr -> bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 6, 2023
1 parent 52ec200 commit 007ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/v3/message_contents/association.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum AssociationTextVersion {
message Eip191Association {
AssociationTextVersion association_text_version = 1;
RecoverableEcdsaSignature signature = 2;
string wallet_address = 3;
bytes wallet_address = 3;
}

// RecoverableEcdsaSignature
Expand Down

0 comments on commit 007ea25

Please sign in to comment.