Skip to content

Commit

Permalink
fix bug with proto indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-soon authored and yan-soon committed Apr 18, 2024
1 parent d99d272 commit 1dcdefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/tendermint/oracle/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ service Msg {
message MsgGossipVotes {
option (cosmos.msg.v1.signer) = "proposer";
string proposer = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ];
repeated GossipVote GossipVotes = 1;
repeated GossipVote GossipVotes = 2;
}

message MsgGossipVotesResponse {}

0 comments on commit 1dcdefd

Please sign in to comment.