Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jan 2, 2024
1 parent de9e069 commit 5b9187f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion proto/umee/uibc/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ message QueryAllOutflows {}

// QueryOutflowResponse defines response type of Query/Outflow
message QueryAllOutflowsResponse {
repeated DecCoinSymbol outflows = 1 [(gogoproto.nullable) = false];
repeated DecCoinSymbol outflows = 1 [(gogoproto.nullable) = false];
}
6 changes: 3 additions & 3 deletions proto/umee/uibc/v1/uibc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ message ICS20Memo {
message DecCoinSymbol {
string denom = 1;
string amount = 2
[(cosmos_proto.scalar) = "cosmos.Dec",
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec",
(gogoproto.nullable) = false];
[(cosmos_proto.scalar) = "cosmos.Dec",
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec",
(gogoproto.nullable) = false];
// token symbol name
string symbol = 3;
}

0 comments on commit 5b9187f

Please sign in to comment.