Skip to content

Commit 0e53bb8

Browse files
authored
fix(coinex): depositAddress memo parsing (ccxt#25056)
1 parent 2dd97de commit 0e53bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/src/coinex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3902,7 +3902,7 @@ export default class coinex extends Exchange {
39023902
'currency': this.safeCurrencyCode (undefined, currency),
39033903
'network': undefined,
39043904
'address': address,
3905-
'tag': tag,
3905+
'tag': this.safeString (depositAddress, 'memo', tag),
39063906
} as DepositAddress;
39073907
}
39083908

0 commit comments

Comments
 (0)