mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
teos - adds log line with tower id
This commit is contained in:
@@ -66,6 +66,11 @@ def main(command_line_conf):
|
|||||||
if not secret_key_der:
|
if not secret_key_der:
|
||||||
raise IOError("TEOS private key cannot be loaded")
|
raise IOError("TEOS private key cannot be loaded")
|
||||||
|
|
||||||
|
logger.info(
|
||||||
|
"tower_id = {}".format(
|
||||||
|
Cryptographer.get_compressed_pk(Cryptographer.load_private_key_der(secret_key_der).public_key)
|
||||||
|
)
|
||||||
|
)
|
||||||
block_processor = BlockProcessor(bitcoind_connect_params)
|
block_processor = BlockProcessor(bitcoind_connect_params)
|
||||||
carrier = Carrier(bitcoind_connect_params)
|
carrier = Carrier(bitcoind_connect_params)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user