Skip to content

Commit 4951368

Browse files
committed
Remove unused imports from BIP32key
1 parent 4b59827 commit 4951368

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/bip32.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
var Script = require('./script'),
2-
util = require('./util'),
1+
var util = require('./util'),
32
conv = require('./convert'),
43
ECKey = require('./eckey').ECKey,
54
ECPubKey = require('./eckey').ECPubKey,
65
base58 = require('./base58'),
7-
Crypto = require('./crypto-js/crypto'),
8-
ECPointFp = require('./jsbn/ec').ECPointFp,
9-
sec = require('./jsbn/sec'),
10-
ecparams = sec("secp256k1");
6+
Crypto = require('./crypto-js/crypto');
117

128
var BIP32key = function(opts) {
139
if (!opts) opts = {}

0 commit comments

Comments
 (0)