aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoLib.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-02 21:13:56 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-02 21:13:56 +0100
commitdb9177bb17b508ef4a6fa1d0707d3297fbd66c56 (patch)
tree57deb5c83d13beefe3eeaef9767a92cc9335c20b /lib/wallet/cryptoLib.ts
parentd76fce80779f1fe3902d635ba6d9934927060712 (diff)
TAP-based test harness
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 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
+}