From 734e8222514aa4951496b39a5511dd3d0edb7b02 Mon Sep 17 00:00:00 2001 From: Peter Limbach Date: Wed, 7 May 2014 15:22:52 +0200 Subject: [PATCH] Update TransactionDb.js --- lib/TransactionDb.js | 1 - 1 file changed, 1 deletion(-) 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)) {