summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-10 15:38:43 -0300
committerSebastian <sebasjm@gmail.com>2023-09-10 15:38:43 -0300
commit905be0124a1b013d802db33265879d4b80501362 (patch)
tree69e5a088d76205bd2e3a1022c71e02eb3101c5a1 /packages/taler-wallet-core/src/wallet.ts
parent6c3cfa9be7a332c2cc8490f25ebd6c73c8244842 (diff)
downloadwallet-core-0.9.3-dev.20.tar.gz
wallet-core-0.9.3-dev.20.tar.bz2
wallet-core-0.9.3-dev.20.zip
more codespellv0.9.3-dev.20
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 1a60b148c..2d0878afc 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -15,7 +15,7 @@
*/
/**
- * High-level wallet operations that should be indepentent from the underlying
+ * High-level wallet operations that should be independent from the underlying
* browser extension interface.
*/
@@ -923,9 +923,9 @@ async function dumpCoins(ws: InternalWalletState): Promise<CoinDumpJson> {
ageCommitmentProof: c.ageCommitmentProof,
spend_allocation: c.spendAllocation
? {
- amount: c.spendAllocation.amount,
- id: c.spendAllocation.id,
- }
+ amount: c.spendAllocation.amount,
+ id: c.spendAllocation.id,
+ }
: undefined,
});
}