diff --git a/app/controllers/transactions.js b/app/controllers/transactions.js index b4c9379..41be1c4 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 = {