Replace BIP32key with HDWallet in index.js
This commit is contained in:
parent
966d2ee90d
commit
e3cf19343d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue