#308 List of active SONs per sidechain #672

Merged
serkixenos merged 17 commits from feature/308-multiple-lists-of-active-SON into feature/son-for-hive-voting 2022-04-07 19:06:07 +00:00
Showing only changes of commit 550727757f - Show all commits

View file

@ -804,7 +804,7 @@ void database::update_active_sons()
// Compare current and to-be lists of active sons
const auto& cur_active_sons = gpo.active_sons;
const auto cur_active_sons = gpo.active_sons;
flat_map<sidechain_type, vector<son_info> > new_active_sons;
const auto &acc = get(gpo.parameters.son_account());
for( const auto& sidechain_sons : sons ){