This commit is contained in:
De Facto 2021-02-04 18:10:54 +08:00
parent c5cec097af
commit fcf2596669
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ impl<'a> SubmitContext<'a> {
let round = &aggregator.current_round;
let answer = &mut aggregator.answer;
// let new_answer = !answer.submissions[0].is_initialized();
if !answer.is_initialized() || round.id > answer.round_id {
// a new round had just been resolved. copy the current round's submissions over
answer.round_id = round.id;