remove useless variable.

This commit is contained in:
Christopher Jeffrey 2014-12-02 03:13:41 -08:00
parent 04036146cb
commit b0adee24d9
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ Bitcoin.prototype.getAddrTransactions = function(address, callback) {
});
}
return bitcoin.db.get(address, function(err, records) {
var found = !err && records && records.length;
var options = {
address: address,
blockindex: (records || []).reduce(function(out, record) {