From 1c3346cd534143f4dd56a625b963a1a3acfa83d1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 May 2017 16:27:53 +0200 Subject: less ad-hoc messaging, fix some lint warnings --- src/crypto/cryptoApi.ts | 2 +- src/crypto/cryptoWorker.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto') diff --git a/src/crypto/cryptoApi.ts b/src/crypto/cryptoApi.ts index 3c5eb84d9..b5d7d4fb9 100644 --- a/src/crypto/cryptoApi.ts +++ b/src/crypto/cryptoApi.ts @@ -27,6 +27,7 @@ import { AmountJson, CoinRecord, DenominationRecord, + OfferRecord, PayCoinInfo, PaybackRequest, PreCoinRecord, @@ -37,7 +38,6 @@ import { import { CoinWithDenom, - OfferRecord, } from "../wallet"; import * as timer from "../timer"; diff --git a/src/crypto/cryptoWorker.ts b/src/crypto/cryptoWorker.ts index 1a337446d..85a0425b3 100644 --- a/src/crypto/cryptoWorker.ts +++ b/src/crypto/cryptoWorker.ts @@ -29,6 +29,7 @@ import { CoinRecord, CoinStatus, DenominationRecord, + OfferRecord, PayCoinInfo, PaybackRequest, PreCoinRecord, @@ -39,7 +40,6 @@ import { } from "../types"; import { CoinWithDenom, - OfferRecord, } from "../wallet"; import { -- cgit v1.2.3