diff options
Diffstat (limited to 'test/functional/proxy_test.py')
-rwxr-xr-x | test/functional/proxy_test.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/functional/proxy_test.py b/test/functional/proxy_test.py index adbbda278d..26cb645da4 100755 --- a/test/functional/proxy_test.py +++ b/test/functional/proxy_test.py @@ -41,13 +41,7 @@ from test_framework.netutil import test_ipv6_local RANGE_BEGIN = PORT_MIN + 2 * PORT_RANGE # Start after p2p and rpc ports - class ProxyTest(BitcoinTestFramework): - def __init__(self): - super().__init__() - self.num_nodes = 4 - self.setup_clean_chain = False - def setup_nodes(self): self.have_ipv6 = test_ipv6_local() # Create two proxies on different ports |