From ed9eef0ba1295c84989191f460f223f201c5e5af Mon Sep 17 00:00:00 2001 From: Byungchul Park <125338011+poorphd@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:03:17 +0900 Subject: [PATCH] fix: commnets Co-authored-by: Sujong Lee --- x/coinswap/types/msgs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/coinswap/types/msgs.go b/x/coinswap/types/msgs.go index ec84275e..ffc2e8d5 100644 --- a/x/coinswap/types/msgs.go +++ b/x/coinswap/types/msgs.go @@ -32,7 +32,7 @@ const ( // An exact coin has the senders desired buy or sell amount. // A calculated coin has the desired denomination and bounded amount // the sender is willing to buy or sell in this order. - +// // NewMsgSwapOrder creates a new MsgSwapOrder object. func NewMsgSwapOrder( input Input,