connector
This commit is contained in:
parent
6aa9033722
commit
74d07be268
@ -593,7 +593,7 @@ class Connector:
|
|||||||
stxo, missed = set(), set()
|
stxo, missed = set(), set()
|
||||||
for i in tx["vIn"]:
|
for i in tx["vIn"]:
|
||||||
inp = tx["vIn"][i]
|
inp = tx["vIn"][i]
|
||||||
self.log.critical(">>> " + str(inp["_c_"]))
|
self.log.critical(">>> " + str(inp))
|
||||||
outpoint = b"".join((inp["txId"], int_to_bytes(inp["vOut"])))
|
outpoint = b"".join((inp["txId"], int_to_bytes(inp["vOut"])))
|
||||||
try:
|
try:
|
||||||
stxo.add(outpoint, tx["vIn"][i]["_c_"])
|
stxo.add(outpoint, tx["vIn"][i]["_c_"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user