wallet-core: really report estimatedAmountEffective in PeerPullCredit
This commit is contained in:
parent
4b9c65a22e
commit
b8a11e69f5
@ -542,7 +542,7 @@ function buildTransactionForPeerPullCredit(
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
type: TransactionType.PeerPullCredit,
|
type: TransactionType.PeerPullCredit,
|
||||||
amountEffective: Amounts.stringify(pullCredit.amount),
|
amountEffective: Amounts.stringify(pullCredit.estimatedAmountEffective),
|
||||||
amountRaw: Amounts.stringify(peerContractTerms.amount),
|
amountRaw: Amounts.stringify(peerContractTerms.amount),
|
||||||
exchangeBaseUrl: pullCredit.exchangeBaseUrl,
|
exchangeBaseUrl: pullCredit.exchangeBaseUrl,
|
||||||
extendedStatus: ExtendedStatus.Pending,
|
extendedStatus: ExtendedStatus.Pending,
|
||||||
|
Loading…
Reference in New Issue
Block a user