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