Fix identation
This commit is contained in:
parent
b53d3f2df1
commit
991d754dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace graphene { namespace chain {
|
||||||
uint32_t next_available_vote_id = 0;
|
uint32_t next_available_vote_id = 0;
|
||||||
vector<committee_member_id_type> active_committee_members; // updated once per maintenance interval
|
vector<committee_member_id_type> active_committee_members; // updated once per maintenance interval
|
||||||
flat_set<witness_id_type> active_witnesses; // updated once per maintenance interval
|
flat_set<witness_id_type> active_witnesses; // updated once per maintenance interval
|
||||||
vector<son_id_type> active_sons; // updated once per maintenance interval
|
vector<son_id_type> active_sons; // updated once per maintenance interval
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue