mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +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,
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue