connector

This commit is contained in:
4tochka 2019-05-17 16:48:41 +04:00
parent 63a284db65
commit ec09b8e8b8

View File

@ -258,7 +258,7 @@ class Worker:
outpoint = b"".join((inp["txId"], int_to_bytes(inp["vOut"])))
try:
r = self.coins.delete(outpoint)
if r[0] >> 42 >= start_height and r[0] < height:
if r[0] >> 42 >= start_height and r[0] >> 42 < height:
block["rawTx"][z]["vIn"][i]["_a_"] = r
else:
block["rawTx"][z]["vIn"][i]["_c_"] = r