contrib: support reading XORed blocks in linearize-data.py script

Partly fixes issue #30599.
This commit is contained in:
Sebastian Falbesoner
2024-08-07 23:35:19 +02:00
parent 0f68a05c08
commit 77ff0ec1f1
2 changed files with 23 additions and 9 deletions

View File

@@ -26,10 +26,6 @@ class LoadblockTest(BitcoinTestFramework):
self.setup_clean_chain = True
self.num_nodes = 2
self.supports_cli = False
self.extra_args = [
["-blocksxor=0"], # TODO: The linearize scripts should be adjusted to apply any XOR
[],
]
def run_test(self):
self.nodes[1].setnetworkactive(state=False)