Merge pull request #158 from cmgustavo/bug/01get-transaction
Bug/01get transaction
This commit is contained in:
commit
645319a951
@ -44,10 +44,10 @@ var getTransaction = function(txid, cb) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!tx || !tx.info) {
|
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
|
// not check this. no
|
||||||
tx.info = {
|
tx.info = {
|
||||||
txid: txid,
|
txid: tx.txid,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user