Skip to content

Commit

Permalink
fix: fix for comment
Browse files Browse the repository at this point in the history
Signed-off-by: 170210 <[email protected]>
  • Loading branch information
170210 committed Apr 15, 2024
1 parent d26da84 commit 42f1930
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 89 deletions.
5 changes: 0 additions & 5 deletions docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12912,11 +12912,6 @@ GenesisState defines the fswap module's genesis state.



| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | amount of swapped in new currency |





Expand Down
2 changes: 1 addition & 1 deletion proto/lbm/fswap/v1/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ message Params {
int32 swap_rate_decimals = 3;
// new denomination for new coin after swap
string new_coin_denom = 4;
}
}
6 changes: 1 addition & 5 deletions proto/lbm/fswap/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ message MsgSwapAllRequest {
string from_address = 1;
}

message MsgSwapAllResponse {
// amount of swapped in new currency
cosmos.base.v1beta1.Coin amount = 1
[(gogoproto.nullable) = false, (gogoproto.castrepeated) = "github.com/Finschia/finschia-sdk/types.Coin"];
}
message MsgSwapAllResponse {}
101 changes: 23 additions & 78 deletions x/fswap/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42f1930

Please sign in to comment.