From 52bdced86671162fcd6226ea515b64032ccdef54 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Sat, 11 May 2019 20:35:27 +0400 Subject: [PATCH] connector --- pybtc/connector/utxo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybtc/connector/utxo.py b/pybtc/connector/utxo.py index 19032d5..c060086 100644 --- a/pybtc/connector/utxo.py +++ b/pybtc/connector/utxo.py @@ -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: