From 5e042b76e70f7b262b083447c05a87fa8da0ed85 Mon Sep 17 00:00:00 2001
From: Peter Surda <surda@economicsofbitcoin.com>
Date: Sat, 18 Nov 2017 10:05:41 +0100
Subject: [PATCH] Typo

- missing brackets
---
 src/network/connectionpool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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