connector
This commit is contained in:
parent
71e6f9d41b
commit
60dd949c58
@ -177,7 +177,7 @@ class UTXO():
|
|||||||
rows = await conn.fetch("SELECT outpoint, connector_utxo.data "
|
rows = await conn.fetch("SELECT outpoint, connector_utxo.data "
|
||||||
"FROM connector_utxo "
|
"FROM connector_utxo "
|
||||||
"WHERE outpoint = ANY($1);", l)
|
"WHERE outpoint = ANY($1);", l)
|
||||||
self.log.critical("-"+str(len(rows)))
|
self.log.critical("-"+str(len(self.missed)))
|
||||||
for i in l:
|
for i in l:
|
||||||
try:
|
try:
|
||||||
self.missed.remove(i)
|
self.missed.remove(i)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user