diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-10-13 13:04:31 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-10-13 13:04:31 +0200 |
commit | def5ecda6fc4015417779af0a829d3f8aad4dd83 (patch) | |
tree | fc2b70feb7824c655bc95d24da95501e4f527929 /packages/taler-wallet-core/src/db.ts | |
parent | 69bb1fdd3fc2ac2da6112e95b681e2c3db3f720b (diff) |
-typo
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r-- | packages/taler-wallet-core/src/db.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index 46a073156..031550c31 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -1419,7 +1419,7 @@ export interface KycPendingInfo { } /** * Group of withdrawal operations that need to be executed. - * (Either for a normal {single-|batch-|age-} withdrawal or from a reward.) + * (Either for a normal {batch-|age-} withdrawal or from a reward.) * * The withdrawal group record is only created after we know * the coin selection we want to withdraw. |