cn trade hash fix

This commit is contained in:
julian 2022-10-03 07:59:59 -06:00
parent ee186a8669
commit 078259ec0f

View file

@ -160,13 +160,13 @@ class ChangeNowExchange extends Exchange {
payInAddress: t.payinAddress, payInAddress: t.payinAddress,
payInNetwork: "", payInNetwork: "",
payInExtraId: t.payinExtraId, payInExtraId: t.payinExtraId,
payInTxid: "", payInTxid: t.payinHash,
payOutCurrency: t.toCurrency, payOutCurrency: t.toCurrency,
payOutAmount: t.expectedReceiveAmountDecimal, payOutAmount: t.expectedReceiveAmountDecimal,
payOutAddress: t.payoutAddress, payOutAddress: t.payoutAddress,
payOutNetwork: "", payOutNetwork: "",
payOutExtraId: t.payoutExtraId, payOutExtraId: t.payoutExtraId,
payOutTxid: "", payOutTxid: t.payoutHash,
refundAddress: t.refundAddress, refundAddress: t.refundAddress,
refundExtraId: t.refundExtraId, refundExtraId: t.refundExtraId,
status: t.status.name, status: t.status.name,