We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c561f2f commit 9d3e95dCopy full SHA for 9d3e95d
test/functional/feature_init.py
@@ -93,7 +93,7 @@ def check_clean_start():
93
additional_lines = random.randint(1, num_total_logs)
94
self.log.debug(f"Starting node and will exit after {additional_lines} lines")
95
node.start(extra_args=['-txindex=1'])
96
- logfile = open(node.debug_log_path, 'r', encoding='utf8')
+ logfile = open(node.debug_log_path, 'rb')
97
98
MAX_SECS_TO_WAIT = 10
99
start = time.time()
0 commit comments