mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 22:54:23 +01:00
Removes unnecessary print
This commit is contained in:
committed by
Sergi Delgado Segura
parent
f0f7f0b1ab
commit
bc5cc2923d
@@ -58,8 +58,7 @@ class Responder:
|
|||||||
logging.info("[Responder] waking up!")
|
logging.info("[Responder] waking up!")
|
||||||
logging.info("[Responder] pushing transaction to the network (txid: {})".format(txid))
|
logging.info("[Responder] pushing transaction to the network (txid: {})".format(txid))
|
||||||
|
|
||||||
response = bitcoin_cli.sendrawtransaction(rawtx)
|
bitcoin_cli.sendrawtransaction(rawtx)
|
||||||
print(response)
|
|
||||||
|
|
||||||
# handle_responses can call add_response recursively if a broadcast transaction does not get confirmations
|
# handle_responses can call add_response recursively if a broadcast transaction does not get confirmations
|
||||||
# retry holds such information.
|
# retry holds such information.
|
||||||
|
|||||||
Reference in New Issue
Block a user