summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/reward.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/reward.ts')
-rw-r--r--packages/taler-wallet-core/src/reward.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/reward.ts b/packages/taler-wallet-core/src/reward.ts
index 4ef4d7509..6e7d3425c 100644
--- a/packages/taler-wallet-core/src/reward.ts
+++ b/packages/taler-wallet-core/src/reward.ts
@@ -36,12 +36,12 @@ import {
constructTaskIdentifier,
} from "./common.js";
import { RewardRecord, RewardRecordStatus } from "./db.js";
-import { InternalWalletState } from "./internal-wallet-state.js";
import {
constructTransactionIdentifier,
notifyTransition,
} from "./transactions.js";
import { assertUnreachable } from "./util/assertUnreachable.js";
+import { InternalWalletState } from "./wallet.js";
const logger = new Logger("operations/tip.ts");