diff --git a/src/network/connectionpool.py b/src/network/connectionpool.py index 46bb8aba..f489d9fc 100644 --- a/src/network/connectionpool.py +++ b/src/network/connectionpool.py @@ -52,7 +52,7 @@ class BMConnectionPool(object): except KeyError: pass if hashid in Dandelion().fluff: - Dandelion.removeHash(hashid) + Dandelion().removeHash(hashid) def reRandomiseDandelionStems(self): # Choose 2 peers randomly