No need for comment

This commit is contained in:
Richard Hoop 2015-03-09 16:31:43 -04:00
parent 3019229e44
commit c52cbc2739

View File

@ -41,7 +41,6 @@ exports.send = function(req, res) {
};
exports.rawTransaction = function (req, res, next, txid) {
console.log(txid);
bitcoreRpc.getRawTransaction(txid, function (err, transaction) {
if (err || !transaction)
return common.handleErrors(err, res);