diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2024-08-07 23:35:19 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2024-08-07 23:53:39 +0200 |
commit | 77ff0ec1f185b818b30877de2bedc1750319e6c4 (patch) | |
tree | d478eb14ff74be4db3a63c688fdfb5c0dd737273 /test/functional | |
parent | 0f68a05c084bef3e53e3f549c403bc90b1db319c (diff) |
contrib: support reading XORed blocks in linearize-data.py script
Partly fixes issue #30599.
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/feature_loadblock.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/feature_loadblock.py b/test/functional/feature_loadblock.py index 824308ac95..1519c132b9 100755 --- a/test/functional/feature_loadblock.py +++ b/test/functional/feature_loadblock.py @@ -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) |