From 74433c3e05734aa1194049fcbcaa92c70ce61c74 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Dec 2019 20:53:15 +0100 Subject: refactor: re-structure type definitions --- src/wallet-test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wallet-test.ts') diff --git a/src/wallet-test.ts b/src/wallet-test.ts index cc8532f07..c937de3f5 100644 --- a/src/wallet-test.ts +++ b/src/wallet-test.ts @@ -16,14 +16,14 @@ import test from "ava"; -import * as dbTypes from "./dbTypes"; -import * as types from "./walletTypes"; +import * as dbTypes from "./types/dbTypes"; +import * as types from "./types/walletTypes"; import * as wallet from "./wallet"; import { AmountJson } from "./util/amounts"; import * as Amounts from "./util/amounts"; -import { selectPayCoins } from "./wallet-impl/pay"; +import { selectPayCoins } from "./operations/pay"; function a(x: string): AmountJson { const amt = Amounts.parse(x); -- cgit v1.2.3