diff options
Diffstat (limited to 'packages/taler-wallet-core')
| -rw-r--r-- | packages/taler-wallet-core/src/wallet.ts | 8 | 
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,          });        }  | 
