From c106f0d88af903bec4fb8a31ec7ddeace9480075 Mon Sep 17 00:00:00 2001 From: 170210 Date: Mon, 24 Jun 2024 16:31:16 +0900 Subject: [PATCH] fixup: fix for comment Signed-off-by: 170210 --- x/fswap/spec/01_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/fswap/spec/01_concepts.md b/x/fswap/spec/01_concepts.md index ca31f8591f..8800b7759e 100644 --- a/x/fswap/spec/01_concepts.md +++ b/x/fswap/spec/01_concepts.md @@ -45,7 +45,7 @@ type Config struct { ## MsgSetSwap -`MsgSetSwap` is not a proposal; it is a regular message. Other modules can include `MsgSetSwap` in their proposals to set `Swap`. If the proposal passes, the `Swap` can be used on chain. +`MsgSetSwap` is a regular message. Other modules can include `MsgSetSwap` in their proposals to set `Swap`. If the proposal passes, the `Swap` can be used on chain. `ToDenomMetadata` is [`Metadata`](../../bank/types/bank.pb.go#L325) in `x/bank` module, and it MUST meet these [limitations](../../bank/types/metadata.go#L11). In addition, `ToDenomMetadata` should also meet the following two additional constraints by x/swap.