Skip to content

Commit

Permalink
okx: fix deposit address field
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jan 23, 2025
1 parent d21608d commit fbd4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exchange/okex/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ func toGlobalDeposit(record okexapi.DepositRecord) types.Deposit {
Time: types.Time(record.Ts),
Amount: record.Amount,
Asset: record.Currency,
Address: record.From,
Address: record.To,
AddressTag: "",
TransactionID: record.DepId,
Status: toGlobalDepositStatus(record.State),
Expand Down

0 comments on commit fbd4c72

Please sign in to comment.