Skip to content

Commit

Permalink
#Bugfix MsgSwapFeeToken
Browse files Browse the repository at this point in the history
  • Loading branch information
hangts committed Jul 8, 2024
1 parent e98db0e commit 90906ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ export class MsgSwapFeeToken extends Msg {
.setFeePaid(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 90906ec

Please sign in to comment.