Replace BIP32key with HDWallet in index.js

This commit is contained in:
Andreas Brekken 2014-01-16 16:05:11 +07:00
parent 966d2ee90d
commit e3cf19343d

View file

@ -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'),