We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7c3fa commit f1992e4Copy full SHA for f1992e4
app.coffee
@@ -38,6 +38,5 @@ module.exports = (app) ->
38
if CONNECT_TO_BITCOIND
39
app.post '/api/publish-tx.js', api, (req, res, next) ->
40
tx = new Buffer req.body.tx64, 'base64'
41
- console.log require('hexy').hexy tx
42
bitcoin_node.publishTX_via_tx tx, () ->
43
res.api {}
0 commit comments