From deac1c2a70ce08f43799f976e2e7d02c04d92942 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Mon, 27 Jan 2014 13:19:46 -0300 Subject: [PATCH] fixed: set info of undefined --- 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 8f944aa..4f280dc 100644 --- a/app/controllers/transactions.js +++ b/app/controllers/transactions.js @@ -47,7 +47,7 @@ var getTransaction = function(txid, cb) { console.log('[transactions.js.48]:: TXid %s not found in RPC. CHECK THIS.', tx.txid); //TODO // not check this. no tx.info = { - txid: txid, + txid: tx.txid, }; }