Merge Beatrice changes to Main net #605

Merged
sierra19XX merged 4 commits from feature/rel-mainnet-jul21 into master 2021-07-26 20:16:26 +00:00
Showing only changes of commit 469924fe32 - Show all commits

View file

@ -345,7 +345,7 @@ BOOST_FIXTURE_TEST_CASE( select_top_fifteen_sons, cli_fixture )
BOOST_TEST_MESSAGE("gpo: " << gpo.active_sons.size());
BOOST_CHECK(generate_maintenance_block());
BOOST_CHECK(gpo.active_sons.size() == 15);
BOOST_CHECK(gpo.active_sons.size() == son_number);
} catch( fc::exception& e ) {
BOOST_TEST_MESSAGE("SON cli wallet tests exception");