little fix: show txid in consolelog when tx not found in rpc

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

View File

@ -44,7 +44,7 @@ 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,