Skip to content

Commit f1992e4

Browse files
committed
don't require hexy
1 parent cb7c3fa commit f1992e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.coffee

-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ module.exports = (app) ->
3838
if CONNECT_TO_BITCOIND
3939
app.post '/api/publish-tx.js', api, (req, res, next) ->
4040
tx = new Buffer req.body.tx64, 'base64'
41-
console.log require('hexy').hexy tx
4241
bitcoin_node.publishTX_via_tx tx, () ->
4342
res.api {}

0 commit comments

Comments
 (0)