No need for comment
This commit is contained in:
parent
3019229e44
commit
c52cbc2739
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user