connector

This commit is contained in:
4tochka 2019-05-11 20:35:27 +04:00
parent 40af3f1b0c
commit 52bdced866

View File

@ -43,7 +43,7 @@ class UTXO():
def remove(self, outpoint):
del self.cached[outpoint]
def destroy_utxo(self):
async def destroy_utxo(self):
while self.destroyed:
outpoint = self.destroyed.pop()
try: