diff options
| author | MarcoFalke <[email protected]> | 2019-02-15 10:15:28 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-19 14:22:15 -0500 |
| commit | fa25210d6266d50a6c2bfd6d96062bacb2ae393b (patch) | |
| tree | 26c7e632a78db9c7cb277cfccd16b19c35167072 /test/functional/feature_proxy.py | |
| parent | qa: Always refresh stale cache to be out of ibd (diff) | |
| download | discoin-fa25210d6266d50a6c2bfd6d96062bacb2ae393b.tar.xz discoin-fa25210d6266d50a6c2bfd6d96062bacb2ae393b.zip | |
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 5453f0be3..f042adb7a 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 |