connector
This commit is contained in:
parent
d09bdd76ae
commit
96048d9c63
@ -253,7 +253,7 @@ class Connector:
|
|||||||
bin_block_hash = bytes_from_hex(block["hash"])
|
bin_block_hash = bytes_from_hex(block["hash"])
|
||||||
bin_prev_block_hash = block["previousblockhash"] if "previousblockhash" in block else None
|
bin_prev_block_hash = block["previousblockhash"] if "previousblockhash" in block else None
|
||||||
block_height = int(block["height"])
|
block_height = int(block["height"])
|
||||||
self.log.info("New block %s %s" % (block_height, block["hash"]))
|
self.log.debug("New block %s %s" % (block_height, block["hash"]))
|
||||||
bt = tm()
|
bt = tm()
|
||||||
bpt = 0
|
bpt = 0
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user