#310 refactor maintenance block #678

Merged
vampik merged 31 commits from feature/310-refactor-maintenance-block into feature/son-for-hive-voting 2022-04-12 17:11:22 +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 ){