fixed: set info of undefined
This commit is contained in:
parent
79f980f118
commit
deac1c2a70
@ -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
|
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