From db9177bb17b508ef4a6fa1d0707d3297fbd66c56 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 2 Nov 2016 21:13:56 +0100 Subject: TAP-based test harness --- lib/wallet/cryptoApi.ts | 2 +- lib/wallet/cryptoLib.ts | 2 +- lib/wallet/emscriptif.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/wallet') diff --git a/lib/wallet/cryptoApi.ts b/lib/wallet/cryptoApi.ts index 40be13732..4a507074a 100644 --- a/lib/wallet/cryptoApi.ts +++ b/lib/wallet/cryptoApi.ts @@ -257,4 +257,4 @@ export class CryptoApi { newCoinDenoms, meltFee); } -} \ No newline at end of file +} diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts index 498e1cc53..d7d1905f9 100644 --- a/lib/wallet/cryptoLib.ts +++ b/lib/wallet/cryptoLib.ts @@ -351,4 +351,4 @@ namespace RpcFunctions { const b = native.ByteArray.fromStringWithNull(str); return b.hash().toCrock(); } -} \ No newline at end of file +} diff --git a/lib/wallet/emscriptif.ts b/lib/wallet/emscriptif.ts index 0be1c1c37..aad5a12a2 100644 --- a/lib/wallet/emscriptif.ts +++ b/lib/wallet/emscriptif.ts @@ -1281,4 +1281,4 @@ export function setupFreshCoin(secretSeed: TransferSecretP, return {priv, blindingKey}; -} \ No newline at end of file +} -- cgit v1.2.3