mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
test: refactor: Inline adjust_bitcoin_conf_for_pre_17
This commit is contained in:
@@ -16,9 +16,7 @@ Only v0.15.2 is required by this test. The rest is used in other backwards compa
|
||||
import os
|
||||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import (
|
||||
adjust_bitcoin_conf_for_pre_17
|
||||
)
|
||||
|
||||
|
||||
class MempoolCompatibilityTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
@@ -33,7 +31,6 @@ class MempoolCompatibilityTest(BitcoinTestFramework):
|
||||
150200, # oldest version supported by the test framework
|
||||
None,
|
||||
])
|
||||
adjust_bitcoin_conf_for_pre_17(self.nodes[0].bitcoinconf)
|
||||
self.start_nodes()
|
||||
self.import_deterministic_coinbase_privkeys()
|
||||
|
||||
|
Reference in New Issue
Block a user