diff --git a/lib/TransactionDb.js b/lib/TransactionDb.js index 821ec997..6b699ad9 100644 --- a/lib/TransactionDb.js +++ b/lib/TransactionDb.js @@ -290,7 +290,6 @@ TransactionDb.prototype.fromIdWithInfo = function(txid, cb) { TransactionDb.prototype.fromTxIdN = function(txid, n, confirmations, cb) { var self = this; var k = OUTS_PREFIX + txid + '-' + n; -505 db.get(k, function(err, val) { if (!val || (err && err.notFound)) {