diff options
Diffstat (limited to 'src/crypto/workers')
| -rw-r--r-- | src/crypto/workers/cryptoImplementation.ts | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crypto/workers/cryptoImplementation.ts b/src/crypto/workers/cryptoImplementation.ts index d3295e749..220046209 100644 --- a/src/crypto/workers/cryptoImplementation.ts +++ b/src/crypto/workers/cryptoImplementation.ts @@ -26,14 +26,11 @@  import {    CoinRecord, -  CoinStatus,    DenominationRecord,    RefreshPlanchetRecord,    RefreshSessionRecord,    TipPlanchet,    WireFee, -  initRetryInfo, -  WalletContractData,  } from "../../types/dbTypes";  import { CoinDepositPermission, ContractTerms, PaybackRequest } from "../../types/talerTypes"; @@ -43,12 +40,10 @@ import {    PlanchetCreationRequest,    DepositInfo,  } from "../../types/walletTypes"; -import { canonicalJson } from "../../util/helpers";  import { AmountJson } from "../../util/amounts";  import * as Amounts from "../../util/amounts";  import * as timer from "../../util/timer";  import { -  getRandomBytes,    encodeCrock,    decodeCrock,    createEddsaKeyPair,  | 
