mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge db1f04fa8c into merged_master (Bitcoin PR bitcoin/bitcoin#24039)
This commit is contained in:
commit
1ad9bdafdc
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class InitStressTest(BitcoinTestFramework):
|
|||
additional_lines = random.randint(1, num_total_logs)
|
||||
self.log.debug(f"Starting node and will exit after {additional_lines} lines")
|
||||
node.start(extra_args=['-txindex=1'])
|
||||
logfile = open(node.debug_log_path, 'r', encoding='utf8')
|
||||
logfile = open(node.debug_log_path, 'rb')
|
||||
|
||||
MAX_SECS_TO_WAIT = 10
|
||||
start = time.time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue