mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 04:45:10 +02:00
Add -blocksxor boolean option
This commit is contained in:
@@ -26,6 +26,10 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user