Update TransactionDb.js

This commit is contained in:
Peter Limbach 2014-05-07 15:22:52 +02:00
parent a8b39237ad
commit 734e822251
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {