fixed: set info of undefined

This commit is contained in:
Gustavo Cortez 2014-01-27 13:19:46 -03:00
parent 79f980f118
commit deac1c2a70
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};
}