aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-peer-push-credit.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/pay-peer-push-credit.ts')
-rw-r--r--packages/taler-wallet-core/src/pay-peer-push-credit.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/pay-peer-push-credit.ts b/packages/taler-wallet-core/src/pay-peer-push-credit.ts
index 0795b0c5c..ed1e09495 100644
--- a/packages/taler-wallet-core/src/pay-peer-push-credit.ts
+++ b/packages/taler-wallet-core/src/pay-peer-push-credit.ts
@@ -60,9 +60,7 @@ import {
TransactionContext,
constructTaskIdentifier,
} from "./common.js";
-import { fetchFreshExchange } from "./exchanges.js";
import {
- InternalWalletState,
KycPendingInfo,
KycUserType,
PeerPushCreditStatus,
@@ -70,7 +68,9 @@ import {
WithdrawalGroupStatus,
WithdrawalRecordType,
timestampPreciseToDb,
-} from "./index.js";
+} from "./db.js";
+import { fetchFreshExchange } from "./exchanges.js";
+import { InternalWalletState } from "./internal-wallet-state.js";
import {
codecForExchangePurseStatus,
getMergeReserveInfo,