Skip to content

Commit

Permalink
#build
Browse files Browse the repository at this point in the history
  • Loading branch information
hangts committed Jul 8, 2024
1 parent 90906ec commit b3a19dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/src/types/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b3a19dc

Please sign in to comment.