Removes unnecessary print

This commit is contained in:
Sergi Delgado
2019-05-07 15:57:06 +01:00
committed by Sergi Delgado Segura
parent f0f7f0b1ab
commit bc5cc2923d

View File

@@ -58,8 +58,7 @@ class Responder:
logging.info("[Responder] waking up!")
logging.info("[Responder] pushing transaction to the network (txid: {})".format(txid))
response = bitcoin_cli.sendrawtransaction(rawtx)
print(response)
bitcoin_cli.sendrawtransaction(rawtx)
# handle_responses can call add_response recursively if a broadcast transaction does not get confirmations
# retry holds such information.