connector
This commit is contained in:
parent
63a284db65
commit
ec09b8e8b8
@ -258,7 +258,7 @@ class Worker:
|
|||||||
outpoint = b"".join((inp["txId"], int_to_bytes(inp["vOut"])))
|
outpoint = b"".join((inp["txId"], int_to_bytes(inp["vOut"])))
|
||||||
try:
|
try:
|
||||||
r = self.coins.delete(outpoint)
|
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
|
block["rawTx"][z]["vIn"][i]["_a_"] = r
|
||||||
else:
|
else:
|
||||||
block["rawTx"][z]["vIn"][i]["_c_"] = r
|
block["rawTx"][z]["vIn"][i]["_c_"] = r
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user