Skip to content

Commit

Permalink
fix proto annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jun 14, 2024
1 parent 0570bf7 commit 5baa208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/architecture/adr-074-implicit-msg-signers.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Here is an example comparing a v1 an v2 message:
```protobuf
// v1
message MsgSendV1 {
string from_address = 1 [(cosmos.msg.v1.signer) = true];
option (cosmos.msg.v1.signer) = "from_address";
string from_address = 1 ;
string to_address = 2;
repeated Coin amount = 3;
}
Expand Down

0 comments on commit 5baa208

Please sign in to comment.