Merge pull request #158 from cmgustavo/bug/01get-transaction

Bug/01get transaction
This commit is contained in:
Mario Colque 2014-01-27 10:49:44 -08:00
commit 645319a951

View File

@ -44,10 +44,10 @@ var getTransaction = function(txid, cb) {
}
if (!tx || !tx.info) {
console.log('[transactions.js.48]:: TXid %d not found in RPC. CHECK THIS.', txid); //TODO
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,
};
}