connector
This commit is contained in:
parent
3731c7b67f
commit
9eb972b0ed
@ -76,8 +76,8 @@ class UTXO():
|
|||||||
utxo.add((i[0],b"".join((int_to_c_int(i[1][0]),
|
utxo.add((i[0],b"".join((int_to_c_int(i[1][0]),
|
||||||
int_to_c_int(i[1][1]),
|
int_to_c_int(i[1][1]),
|
||||||
i[1][2]))))
|
i[1][2]))))
|
||||||
if block_changed:
|
if block_changed:
|
||||||
self.cached.append({i[0]: i[1]})
|
self.cached.append({i[0]: i[1]})
|
||||||
self.log.critical(">" + str(len(self.cached)))
|
self.log.critical(">" + str(len(self.cached)))
|
||||||
#
|
#
|
||||||
# block_height
|
# block_height
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user