aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoLib.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 19:49:09 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 19:49:09 +0100
commit9f1f2ce3d10a8f2468368ef79d38554f965aa6a9 (patch)
treed508f1c0644ab10b0d31722642868168f7dfce12 /lib/wallet/cryptoLib.ts
parent51e5c43506801e60d8c90ba419a27583d8a1ce60 (diff)
add author
Diffstat (limited to 'lib/wallet/cryptoLib.ts')
-rw-r--r--lib/wallet/cryptoLib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts
index 5546dcebe..769cb3356 100644
--- a/lib/wallet/cryptoLib.ts
+++ b/lib/wallet/cryptoLib.ts
@@ -14,7 +14,6 @@
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
-import {Denomination} from "./types";
/**
* Web worker for crypto operations.
* @author Florian Dold
@@ -28,6 +27,7 @@ import create = chrome.alarms.create;
import {Offer} from "./wallet";
import {CoinWithDenom} from "./wallet";
import {CoinPaySig} from "./types";
+import {Denomination} from "./types";
export function main(worker: Worker) {