Merge pull request #145 from matiu/bug/txlist-wip4

fix list
This commit is contained in:
Matias Alejo Garcia 2014-01-23 12:49:48 -08:00
commit 91dec6fbdc
1 changed files with 1 additions and 1 deletions

View File

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