check if multiple SONs on one node are allowed

This commit is contained in:
gladcow 2020-03-27 22:17:20 +03:00
parent e2b266eb08
commit dfeac59e32

View file

@ -12,6 +12,8 @@ using namespace graphene::peerplays_sidechain;
BOOST_FIXTURE_TEST_SUITE( plugin, son_fixture )
#ifdef SUPPORT_MULTIPLE_SONS
BOOST_AUTO_TEST_CASE(init)
{
generate_blocks(HARDFORK_SON_TIME + 1);
@ -69,4 +71,6 @@ BOOST_AUTO_TEST_CASE(init)
BOOST_CHECK_NO_THROW(plugin.plugin_shutdown());
}
#endif // #ifdef SUPPORT_MULTIPLE_SONS
BOOST_AUTO_TEST_SUITE_END()