Skip to content

Commit

Permalink
update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Feb 21, 2024
1 parent e686289 commit 7327392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/nois/allocation/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package nois.allocation.v1;

import "cosmos/base/v1beta1/coin.proto";
import "cosmos/msg/v1/msg.proto";
import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/noislabs/noisd/x/allocation/types";
Expand All @@ -18,7 +19,7 @@ service Msg {
// MsgClaimRewards defines the claim rewards message.
message MsgClaimRewards {
option (cosmos.msg.v1.signer) = "sender";
string sender = 1;
string sender = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
}

// MsgClaimRewardsResponse defines the claim rewards response.
Expand Down

0 comments on commit 7327392

Please sign in to comment.