From eb0210378085bdf79a1df4a91ab6d25082f2bbe8 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 23 Jan 2014 17:49:20 -0300 Subject: [PATCH] fix list --- app/controllers/transactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/transactions.js b/app/controllers/transactions.js index b4c9379f..41be1c4c 100644 --- a/app/controllers/transactions.js +++ b/app/controllers/transactions.js @@ -43,7 +43,7 @@ var getTransaction = function(txid, cb) { return cb(err); } - if (!tx) { + if (!tx || !tx.info) { console.log('[transactions.js.48]:: TXid %d not found in RPC. CHECK THIS.', txid); //TODO // not check this. no tx.info = {