summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-05 18:01:32 +0200
committerFlorian Dold <florian@dold.me>2023-06-05 18:01:32 +0200
commitbdb67c83a9d0244ba58e22f4811736722bbcb659 (patch)
treeb0c2c462db611931b48951cbd4723ed92ab5e3ee
parent9fca44893a6f7fcee5c828da5fc10e7d76592b5d (diff)
downloadwallet-core-bdb67c83a9d0244ba58e22f4811736722bbcb659.tar.gz
wallet-core-bdb67c83a9d0244ba58e22f4811736722bbcb659.tar.bz2
wallet-core-bdb67c83a9d0244ba58e22f4811736722bbcb659.zip
-fix import
-rw-r--r--packages/taler-wallet-core/src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index d0c34588b..89e1bf383 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -205,11 +205,11 @@ import {
import {
confirmPeerPullDebit,
preparePeerPullDebit,
+ processPeerPullDebit,
} from "./operations/pay-peer-pull-debit.js";
import {
confirmPeerPushCredit,
preparePeerPushCredit,
- processPeerPullDebit,
processPeerPushCredit,
} from "./operations/pay-peer-push-credit.js";
import {