From 81c56d0a411e33c738b5e309cd9f4aad0c99aa5d Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 14 May 2014 20:56:12 -0300 Subject: [PATCH] fix tests --- test/test.PrivateKey.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.PrivateKey.js b/test/test.PrivateKey.js index 71ae071be..15edb360e 100644 --- a/test/test.PrivateKey.js +++ b/test/test.PrivateKey.js @@ -7,7 +7,6 @@ var Transaction = bitcore.Transaction; var buffertools = bitcore.buffertools; var WalletKey = bitcore.WalletKey; var Key = bitcore.Key; -var BIP32 = bitcore.BIP32; var bignum = bitcore.bignum; var networks = bitcore.networks; var Address = bitcore.Address;