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 6e7d3425c..6bfd3b324 100644
--- a/packages/taler-wallet-core/src/reward.ts
+++ b/packages/taler-wallet-core/src/reward.ts
@@ -27,6 +27,7 @@ import {
TransactionMinorState,
TransactionState,
TransactionType,
+ assertUnreachable,
} from "@gnu-taler/taler-util";
import {
PendingTaskType,
@@ -40,7 +41,6 @@ import {
constructTransactionIdentifier,
notifyTransition,
} from "./transactions.js";
-import { assertUnreachable } from "./util/assertUnreachable.js";
import { InternalWalletState } from "./wallet.js";
const logger = new Logger("operations/tip.ts");