The check for the null case was removed in a previous patch. This is a mistake as nullptr is passed down when checking for activation for the genesis block - it has no parent.
Also change an assert into a BOOST_CHECK_EQUAL for better error report.
Differential D4585
Fix activation_tests deadalnix on Nov 29 2019, 16:22. Authored by Tags None Subscribers None
Details
The check for the null case was removed in a previous patch. This is a mistake as nullptr is passed down when checking for activation for the genesis block - it has no parent. Also change an assert into a BOOST_CHECK_EQUAL for better error report. make check
Diff Detail
Event Timeline |