Browse Source

Replace BIP32key with HDWallet in index.js

hk-custom-address
Andreas Brekken 11 years ago
parent
commit
e3cf19343d
  1. 2
      src/index.js

2
src/index.js

@ -42,7 +42,7 @@ module.exports = {
Wallet: require('./wallet'),
ecdsa: require('./ecdsa'),
BIP32key: require('./bip32'),
HDWallet: require('./hdwallet.js'),
// base58 encoding/decoding to bytes
base58: require('./base58'),

Loading…
Cancel
Save