aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/backup/export.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-01 17:16:36 +0100
committerFlorian Dold <florian@dold.me>2022-11-01 17:26:24 +0100
commit504d9f09b433cec44b7992b8d8d7255760d86aa4 (patch)
tree830833d9377be27910cda79d69f6a38e797a0739 /packages/taler-wallet-core/src/operations/backup/export.ts
parentab48d3df6ed738251ffdb8c028ceb0d981534137 (diff)
downloadwallet-core-504d9f09b433cec44b7992b8d8d7255760d86aa4.tar.xz
wallet-core: remove kyc and wad fee
Diffstat (limited to 'packages/taler-wallet-core/src/operations/backup/export.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/backup/export.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/backup/export.ts b/packages/taler-wallet-core/src/operations/backup/export.ts
index 1b2a7f637..b344aa362 100644
--- a/packages/taler-wallet-core/src/operations/backup/export.ts
+++ b/packages/taler-wallet-core/src/operations/backup/export.ts
@@ -322,7 +322,6 @@ export async function exportBackup(
wireFees.push({
wire_type: x,
closing_fee: Amounts.stringify(f.closingFee),
- wad_fee: Amounts.stringify(f.wadFee),
end_stamp: f.endStamp,
sig: f.sig,
start_stamp: f.startStamp,
@@ -363,7 +362,6 @@ export async function exportBackup(
global_fees: ex.globalFees.map((x) => ({
accountFee: Amounts.stringify(x.accountFee),
historyFee: Amounts.stringify(x.historyFee),
- kycFee: Amounts.stringify(x.kycFee),
purseFee: Amounts.stringify(x.purseFee),
kycTimeout: x.kycTimeout,
endDate: x.endDate,