mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
fix
This commit is contained in:
@@ -220,6 +220,9 @@ func (m *Manager) restorePrevSessions() {
|
||||
|
||||
// TryVerify verifies a proof for batch received form roller if previous verification had interrupted
|
||||
func (m *Manager) tryVerify(batch *orm.BlockBatch) {
|
||||
if batch.ProvingStatus != orm.ProvingTaskProved {
|
||||
return
|
||||
}
|
||||
proof := &message.AggProof{
|
||||
Proof: batch.Proof,
|
||||
Instance: batch.InstanceCommitments,
|
||||
|
||||
Reference in New Issue
Block a user