diff --git a/core/ceremony/ceremony.go b/core/ceremony/ceremony.go index cd44b99c..11eb4d55 100644 --- a/core/ceremony/ceremony.go +++ b/core/ceremony/ceremony.go @@ -304,6 +304,7 @@ func (vc *ValidationCeremony) SubmitLongAnswers(answers *types.Answers) (common. hash, err := vc.sendTx(types.SubmitLongAnswersTx, attachments.CreateLongAnswerAttachment(answers.Bytes(), vc.flipWordsInfo.proof, salt, key)) if err == nil { vc.broadcastEvidenceMap() + vc.broadcastShortAnswersTx() } else { vc.log.Error("cannot send long answers tx", "err", err) }