bitpay / bitcore-wallet

A command line interface Multisig HD Wallet, based on `bitcore-wallet-service`.
MIT License
99 stars 108 forks source link

error in wallet-derive #53

Closed matiu closed 7 years ago

matiu commented 7 years ago

$ ./wallet derive --help

var Bitcore = require('bitcore-wallet-client').getBitcore(); ^

TypeError: require(...).getBitcore is not a function at Object. (5:48) at Module._compile (module.js:410:26) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Function.Module.runMain (module.js:442:10) at startup (node.js:136:18) at node.js:966:3

isocolsky commented 7 years ago

Looking into this