Merge pull request #219 from isocolsky/ref/init

allow for reinitialization
This commit is contained in:
Matias Alejo Garcia 2015-05-18 11:34:24 -03:00
commit 59f16deca3
2 changed files with 1 additions and 3 deletions

View File

@ -66,8 +66,6 @@ WalletService.initialize = function(opts, cb) {
blockchainExplorer = opts.blockchainExplorer;
blockchainExplorerOpts = opts.blockchainExplorerOpts;
if (initialized) return cb();
function initStorage(cb) {
if (opts.storage) {
storage = opts.storage;

View File

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "0.0.30",
"version": "0.0.31",
"keywords": [
"bitcoin",
"copay",