From b08bb05a40ac42399bae12d65af4c5489c216786 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 31 Mar 2023 14:50:59 -0300 Subject: save wire fee instead of effective amount --- packages/taler-util/src/transactions-types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-util/src/transactions-types.ts') diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts index 1d7e6ef30..d3b68b114 100644 --- a/packages/taler-util/src/transactions-types.ts +++ b/packages/taler-util/src/transactions-types.ts @@ -586,8 +586,8 @@ export interface TransactionDeposit extends TransactionCommon { timestampExecuted: TalerProtocolTimestamp; // Total amount transfer for this wtid (including fees) amountRaw: AmountString; - // Total amount received for this wtid (without fees) - amountEffective: AmountString; + // Wire fee amount for this exchange + wireFee: AmountString; }>; } -- cgit v1.2.3