aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 16:27:53 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 16:27:53 +0200
commit1c3346cd534143f4dd56a625b963a1a3acfa83d1 (patch)
treee7c3571e63e35f745571b606e1d0db9bc80f6675 /src/crypto
parentd0e0c6baf274aab378233a7ae0d67307c03b3a7c (diff)
downloadwallet-core-1c3346cd534143f4dd56a625b963a1a3acfa83d1.tar.xz
less ad-hoc messaging, fix some lint warnings
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/cryptoApi.ts2
-rw-r--r--src/crypto/cryptoWorker.ts2
2 files changed, 2 insertions, 2 deletions
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 {