Skip to content

Commit

Permalink
refactor batch sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Aug 14, 2024
1 parent 3ca7ef8 commit 1701526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ func (a *Aggregator) tryGenerateBatchProof(ctx context.Context, prover proverInt
time.Sleep(a.cfg.RetryTime.Duration)
}
} else {
log.Infof("State root sanity check for batch %d passed", batchToProve.BatchNumber)
log.Infof("State root sanity check for batch %d passed (%s)", batchToProve.BatchNumber, stateRoot.String())
}

proof.Proof = resGetProof
Expand Down

0 comments on commit 1701526

Please sign in to comment.