Browse Source

fixed: set info of undefined

generic-ui
Gustavo Cortez 11 years ago
parent
commit
deac1c2a70
  1. 2
      app/controllers/transactions.js

2
app/controllers/transactions.js

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

Loading…
Cancel
Save