remove comments

This commit is contained in:
Ivan Socolsky 2015-02-21 13:09:06 -03:00
parent efa706e68c
commit b774c999cd
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ helpers.stubUtxos = function(server, wallet, amounts, cb) {
var amounts = [].concat(amounts);
async.map(_.range(Math.ceil(amounts.length / 2)), function(i, next) {
// async.map(_.range(amounts.length), function(i, next) {
// async.map(_.range(2), function(i, next) {
server.createAddress({}, function(err, address) {
next(err, address);
});