Skip to content

Commit

Permalink
simple interface namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 18, 2022
1 parent 476ab3d commit 72b34ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions proto/osmosis/pool-incentives/v1beta1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ message ReplacePoolIncentivesProposal {
option (gogoproto.equal) = true;
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand All @@ -46,7 +46,7 @@ message UpdatePoolIncentivesProposal {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (amino.name) = "osmosis/UpdatePoolIncentivesProposal";
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand Down
4 changes: 2 additions & 2 deletions proto/osmosis/protorev/v1beta1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message SetProtoRevEnabledProposal {
option (gogoproto.equal) = true;
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand All @@ -27,7 +27,7 @@ message SetProtoRevAdminAccountProposal {
option (gogoproto.equal) = true;
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand Down
6 changes: 3 additions & 3 deletions proto/osmosis/superfluid/v1beta1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message SetSuperfluidAssetsProposal {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (amino.name) = "osmosis/set-superfluid-assets-proposal";
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand All @@ -29,7 +29,7 @@ message RemoveSuperfluidAssetsProposal {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (amino.name) = "osmosis/del-superfluid-assets-proposal";
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand All @@ -43,7 +43,7 @@ message UpdateUnpoolWhiteListProposal {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (amino.name) = "osmosis/update-unpool-whitelist";
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

string title = 1;
string description = 2;
Expand Down
2 changes: 1 addition & 1 deletion proto/osmosis/txfees/v1beta1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ option go_package = "github.com/osmosis-labs/osmosis/v13/x/txfees/types";
// it will remove the denom from the whitelisted set.
message UpdateFeeTokenProposal {
option (amino.name) = "osmosis/UpdateFeeTokenProposal";
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";
option (cosmos_proto.implements_interface) = "Content";

option (gogoproto.equal) = true;
option (gogoproto.goproto_getters) = false;
Expand Down

0 comments on commit 72b34ce

Please sign in to comment.