This commit is contained in:
Ivan Socolsky 2015-07-13 17:44:42 -03:00
parent f8712795b2
commit a46c3aa34a
2 changed files with 1 additions and 2 deletions

View File

@ -84,7 +84,6 @@ Insight.prototype.getTransactions = function(addresses, from, to, cb) {
addrs: [].concat(addresses).join(',')
},
};
console.log('*** [insight.js ln87] args:', args); // TODO
request(args, function(err, res, txs) {
if (err || res.statusCode != 200) return cb(err || res);

View File

@ -280,7 +280,7 @@ helpers.createAddresses = function(server, wallet, main, change, cb) {
var storage, blockchainExplorer;
var useMongo = true;
var useMongo = false;
function initStorage(cb) {
function getDb(cb) {