Update supervisor_001_draft.md (#243)

This commit is contained in:
Josef Widder
2021-01-15 13:39:36 +01:00
committed by GitHub
parent d260ff3e37
commit 1b2b24055c
@@ -584,6 +584,7 @@ func VerifyAndDetect (lightStore LightStore, targetHeight Height)
}
else {
// there is an attack, we exit
submitEvidence(Evidences);
return(lightStore, ErrorAttack);
}
}