Skip to content

Commit 30116c4

Browse files
authored
Broadcast short answers after successful long answers broadcast (#828)
1 parent c66cd1c commit 30116c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/ceremony/ceremony.go

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ func (vc *ValidationCeremony) SubmitLongAnswers(answers *types.Answers) (common.
304304
hash, err := vc.sendTx(types.SubmitLongAnswersTx, attachments.CreateLongAnswerAttachment(answers.Bytes(), vc.flipWordsInfo.proof, salt, key))
305305
if err == nil {
306306
vc.broadcastEvidenceMap()
307+
vc.broadcastShortAnswersTx()
307308
} else {
308309
vc.log.Error("cannot send long answers tx", "err", err)
309310
}

0 commit comments

Comments
 (0)