This commit is contained in:
Matias Alejo Garcia 2014-01-23 17:49:20 -03:00
parent fbb5e943cb
commit eb02103780
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 = {