From b3a19dcfaee005829f44c6b08e206de728678ea3 Mon Sep 17 00:00:00 2001 From: hangts <> Date: Mon, 8 Jul 2024 17:19:24 +0800 Subject: [PATCH] #build --- dist/src/types/token.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/src/types/token.js b/dist/src/types/token.js index a14736c..ad432c6 100644 --- a/dist/src/types/token.js +++ b/dist/src/types/token.js @@ -325,7 +325,7 @@ var MsgSwapFeeToken = exports.MsgSwapFeeToken = /*#__PURE__*/function (_Msg6) { value: function getModel() { var msg = new (this.constructor.getModelClass())().setFeePaid(_helper.TxModelCreator.createCoinModel(this.value.fee_paid.denom, this.value.fee_paid.amount)).setSender(this.value.sender); if (this.value.recipient) { - msg.setRecipient(this.value.recipient); + msg.setReceiver(this.value.recipient); } return msg; }