Merge pull request #16 from matiu/feature/use-soop

fix addrs listing
This commit is contained in:
Matias Alejo Garcia 2014-03-10 18:24:51 -02:00
commit f7ee313255
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ exports.list = function(req, res, next) {
});
}
else if (addrStr) {
var a = Address.new(addrStr);
var a = new Address(addrStr);
a.update(function(err) {
if (err && !a.totalReceivedSat) {