Example #1
0
func (this *Election) doRestoreConfig(config *thispb.Configuration) {
	this.committee = config.GetCommitteeList()
	atomic.StoreInt32(&this.majoritySize, int32(config.GetMajoritySize()))
	if config.GetInCommittee() {
		atomic.StoreInt32(&this.inCommittee, 1)
	}
}