diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-15 10:15:28 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-19 14:22:15 -0500 |
commit | fa25210d6266d50a6c2bfd6d96062bacb2ae393b (patch) | |
tree | 26c7e632a78db9c7cb277cfccd16b19c35167072 /test/functional/feature_proxy.py | |
parent | 1111aecbb58d6e37d430d477ac43f52811fd97d9 (diff) |
qa: Fix wallet_txn_doublespend issue
Diffstat (limited to 'test/functional/feature_proxy.py')
-rwxr-xr-x | test/functional/feature_proxy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_proxy.py b/test/functional/feature_proxy.py index 5453f0be3b..f042adb7aa 100755 --- a/test/functional/feature_proxy.py +++ b/test/functional/feature_proxy.py @@ -41,7 +41,6 @@ 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 set_test_params(self): self.num_nodes = 4 |