File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -57,21 +57,23 @@ def check_clean_start():
57
57
assert_equal (200 , node .getblockcount ())
58
58
59
59
lines_to_terminate_after = [
60
+ 'Validating signatures for all blocks' ,
60
61
'scheduler thread start' ,
62
+ 'Starting HTTP server' ,
61
63
'Loading P2P addresses' ,
62
64
'Loading banlist' ,
63
65
'Loading block index' ,
64
66
'Switching active chainstate' ,
67
+ 'Checking all blk files are present' ,
65
68
'Loaded best chain:' ,
66
69
'init message: Verifying blocks' ,
70
+ 'init message: Starting network threads' ,
71
+ 'net thread start' ,
72
+ 'addcon thread start' ,
67
73
'loadblk thread start' ,
68
74
# TODO: reenable - see above TODO
69
75
# 'txindex thread start',
70
- 'net thread start' ,
71
- 'addcon thread start' ,
72
- 'msghand thread start' ,
73
- 'Checking all blk files are present' ,
74
- 'init message: Starting network threads'
76
+ 'msghand thread start'
75
77
]
76
78
if self .is_wallet_compiled ():
77
79
lines_to_terminate_after .append ('Verifying wallet' )
You can’t perform that action at this time.
0 commit comments