mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24: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] 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.
|
||||
|
||||
Reference in New Issue
Block a user