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,
payInNetwork: "",
payInExtraId: t.payinExtraId,
payInTxid: "",
payInTxid: t.payinHash,
payOutCurrency: t.toCurrency,
payOutAmount: t.expectedReceiveAmountDecimal,
payOutAddress: t.payoutAddress,
payOutNetwork: "",
payOutExtraId: t.payoutExtraId,
payOutTxid: "",
payOutTxid: t.payoutHash,
refundAddress: t.refundAddress,
refundExtraId: t.refundExtraId,
status: t.status.name,