remove unused heavy call

This commit is contained in:
Jack Robison 2020-12-15 19:22:12 -05:00
parent ea279111c6
commit 0821ce44b5
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -327,7 +327,7 @@ class MemPool:
"""Keep the mempool synchronized with the daemon."""
await asyncio.wait([
self._refresh_hashes(synchronized_event),
self._refresh_histogram(synchronized_event),
# self._refresh_histogram(synchronized_event),
self._logging(synchronized_event)
])