aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/transactions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-08 12:26:58 +0200
committerFlorian Dold <florian@dold.me>2023-09-08 12:26:58 +0200
commit50b0b324ae67bea01079d6e9a1d684795f5b430f (patch)
tree1e9d5ce58827f812e030505a1c2412a4bfe26a8c /packages/taler-wallet-core/src/operations/transactions.ts
parent132ece8e53d2c7d69c943a2898ed07411c63f12f (diff)
downloadwallet-core-50b0b324ae67bea01079d6e9a1d684795f5b430f.tar.xz
wallet-core: put refresh sessions into own store
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts
index ff9fbf57a..8db68e0f1 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -760,7 +760,7 @@ function buildTransactionForRefresh(
).amount;
const outputAmount = Amounts.sumOrZero(
refreshGroupRecord.currency,
- refreshGroupRecord.estimatedOutputPerCoin,
+ refreshGroupRecord.expectedOutputPerCoin,
).amount;
return {
type: TransactionType.Refresh,