From 2ba6692c6ad97285e852fb0b74a650e067817003 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 28 Mar 2022 16:11:58 +0200 Subject: fix fee discrepancy The withdrawal call-to-action and withdrawal transaction details dialog showed different fees, as the "overhead" for unwithdrawable amounts in a reserve was not included in the withdrawal CTA. The withdrawal CTA now shows the same fees as the transaction details. --- packages/taler-util/src/walletTypes.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/taler-util') diff --git a/packages/taler-util/src/walletTypes.ts b/packages/taler-util/src/walletTypes.ts index 1f88c39ee..552087fb8 100644 --- a/packages/taler-util/src/walletTypes.ts +++ b/packages/taler-util/src/walletTypes.ts @@ -1133,3 +1133,7 @@ export const codecForImportDbRequest = (): Codec => buildCodecForObject() .property("dump", codecForAny()) .build("ImportDbRequest"); + + + + \ No newline at end of file -- cgit v1.2.3