connector

This commit is contained in:
4tochka 2019-05-09 17:54:29 +04:00
parent 6aa9033722
commit 74d07be268

View File

@ -593,7 +593,7 @@ class Connector:
stxo, missed = set(), set()
for i in tx["vIn"]:
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"])))
try:
stxo.add(outpoint, tx["vIn"][i]["_c_"])