diff options
author | Florian Dold <florian@dold.me> | 2023-07-01 00:52:14 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-07-01 00:52:14 +0200 |
commit | f93ab03a1b946af441e35b9c057f129d25311273 (patch) | |
tree | 063624453ae0b6a38f859bd530ab0a1e29db93fb /packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts | |
parent | 7a18e12a175856b3d17d2bb70ec549004c281ff5 (diff) |
wallet-core: get rid of internal runUntilDone usages
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts b/packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts index 1aa332439..eca3bc91b 100644 --- a/packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts +++ b/packages/taler-wallet-core/src/operations/pay-peer-pull-debit.ts @@ -64,9 +64,7 @@ import { checkLogicInvariant } from "../util/invariants.js"; import { TaskRunResult, TaskRunResultType, - TaskIdentifiers, constructTaskIdentifier, - runTaskWithErrorReporting, spendCoins, } from "./common.js"; import { |