Skip to content

Commit

Permalink
(Deposit/Withdrawal) Fix Withdrawing POL (#3911)
Browse files Browse the repository at this point in the history
* fix: withdrawing POL

* improvement: amino converter
  • Loading branch information
JoseRFelix authored Oct 25, 2024
1 parent b663a85 commit eb4fb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stores/src/account/amino-converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export async function getAminoConverters() {
sender,
receiver,
timeoutHeight,
timeoutTimestamp,
}: MsgTransfer): MsgTransferAmino => ({
source_port: sourcePort,
source_channel: sourceChannel,
Expand All @@ -97,6 +98,7 @@ export async function getAminoConverters() {
: undefined,
}
: {},
timeout_timestamp: timeoutTimestamp?.toString(),
}),
fromAmino: ({
source_port,
Expand Down

0 comments on commit eb4fb81

Please sign in to comment.