mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-26 20:26:02 +00:00
cn trade hash fix
This commit is contained in:
parent
ee186a8669
commit
078259ec0f
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue