diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-05-13 13:51:46 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-05-13 13:51:46 +0200 |
commit | 510c239b2b25c9919003fd71449ba5d2d9bbdef6 (patch) | |
tree | 384f95832351e8e33cdc2c2d10323fafa63158e3 /lib | |
parent | a1e14191864c983e5c8cee39970ad96d7db5f35f (diff) |
remove tex temp files that don't belong here
Diffstat (limited to 'lib')
-rw-r--r-- | lib/wallet/wallet.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts index 3c9f3ffed..db3ea1bff 100644 --- a/lib/wallet/wallet.ts +++ b/lib/wallet/wallet.ts @@ -351,7 +351,7 @@ export class Wallet { // denomination let m: ExchangeCoins = {}; - let x: number + let x: number; function storeExchangeCoin(mc, url) { |