commit bdb67c83a9d0244ba58e22f4811736722bbcb659
parent 9fca44893a6f7fcee5c828da5fc10e7d76592b5d
Author: Florian Dold <florian@dold.me>
Date: Mon, 5 Jun 2023 18:01:32 +0200
-fix import
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {