connector
This commit is contained in:
parent
709a785a42
commit
e889349280
@ -746,6 +746,7 @@ class UTXO():
|
|||||||
del self.cached[outpoint]
|
del self.cached[outpoint]
|
||||||
|
|
||||||
async def save_utxo(self, block_height):
|
async def save_utxo(self, block_height):
|
||||||
|
return
|
||||||
# save to db tail from cache
|
# save to db tail from cache
|
||||||
block_height -= self.maturity
|
block_height -= self.maturity
|
||||||
c = len(self.cached) - self._cache_size
|
c = len(self.cached) - self._cache_size
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user