fix build, tipAmountEffective = selectedDemons.totalCoinValue
This commit is contained in:
parent
1d85662946
commit
e5f21ec5bb
@ -126,11 +126,7 @@ export async function prepareTip(
|
||||
merchantBaseUrl: res.merchantBaseUrl,
|
||||
createdTimestamp: TalerProtocolTimestamp.now(),
|
||||
merchantTipId: res.merchantTipId,
|
||||
tipAmountEffective: Amounts.sub(
|
||||
amount,
|
||||
Amounts.add(withdrawDetails.overhead, withdrawDetails.withdrawFee)
|
||||
.amount,
|
||||
).amount,
|
||||
tipAmountEffective: selectedDenoms.totalCoinValue,
|
||||
retryInfo: initRetryInfo(),
|
||||
lastError: undefined,
|
||||
denomsSel: denomSelectionInfoToState(selectedDenoms),
|
||||
|
Loading…
Reference in New Issue
Block a user