File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,6 @@ void test_one_input(const std::vector<uint8_t>& buffer)
81
81
} catch (const std::ios_base::failure&) {
82
82
}
83
83
SyncWithValidationInterfaceQueue ();
84
+ LOCK2 (::cs_main, g_cs_orphans); // See init.cpp for rationale for implicit locking order requirement
85
+ g_setup->m_node .connman ->StopNodes ();
84
86
}
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
75
75
} catch (const std::ios_base::failure&) {
76
76
}
77
77
}
78
- connman.ClearTestNodes ();
79
78
SyncWithValidationInterfaceQueue ();
79
+ LOCK2 (::cs_main, g_cs_orphans); // See init.cpp for rationale for implicit locking order requirement
80
+ g_setup->m_node .connman ->StopNodes ();
80
81
}
You can’t perform that action at this time.
0 commit comments