From 0c9358c1b2bd80e25940022e86bd8daef8184ad7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 19 Dec 2019 20:42:49 +0100 Subject: new date format, replace checkable annotations with codecs --- src/types/pending.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/types/pending.ts') diff --git a/src/types/pending.ts b/src/types/pending.ts index efb97f536..f3979ac81 100644 --- a/src/types/pending.ts +++ b/src/types/pending.ts @@ -21,8 +21,9 @@ /** * Imports. */ -import { OperationError, Timestamp, Duration } from "./walletTypes"; +import { OperationError } from "./walletTypes"; import { WithdrawalSource, RetryInfo } from "./dbTypes"; +import { Timestamp, Duration } from "../util/time"; export const enum PendingOperationType { Bug = "bug", -- cgit v1.2.3