Skip to content

Commit

Permalink
comment out to avoid mention of future features
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Apr 5, 2021
1 parent d4fe0fc commit 80b49bb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions proto/tendermint/liquidity/v1beta1/liquidity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,6 @@ message Params {
example: "\"1\"",
format: "uint32"
}];

// // fees paid for each batch messages, to be added v2
// repeated cosmos.base.v1beta1.Coin liquidity_msg_fee = 5 [
// (gogoproto.moretags) = "yaml:\"liquidity_msg_fee\"",
// (gogoproto.nullable) = false,
// (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins",
// (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
// example: "[{\"denom\": \"uatom\", \"amount\": \"50000\"}]",
// format: "sdk.Coins"
// }];
}

// The liquidity pool information
Expand Down

0 comments on commit 80b49bb

Please sign in to comment.