aboutsummaryrefslogtreecommitdiff
path: root/test/functional/bipdersig-p2p.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/bipdersig-p2p.py')
-rwxr-xr-xtest/functional/bipdersig-p2p.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/bipdersig-p2p.py b/test/functional/bipdersig-p2p.py
index 9775970893..c620d3e155 100755
--- a/test/functional/bipdersig-p2p.py
+++ b/test/functional/bipdersig-p2p.py
@@ -48,9 +48,7 @@ def create_transaction(node, coinbase, to_address, amount):
return tx
class BIP66Test(BitcoinTestFramework):
-
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.num_nodes = 1
self.extra_args = [['-promiscuousmempoolflags=1', '-whitelist=127.0.0.1']]
self.setup_clean_chain = True