From 1701526042fbc5ce8c110514bd0366416564ff81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Ram=C3=ADrez?= Date: Wed, 14 Aug 2024 10:32:23 +0200 Subject: [PATCH] refactor batch sanity check --- aggregator/aggregator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregator/aggregator.go b/aggregator/aggregator.go index 6f92715..1c9ee85 100644 --- a/aggregator/aggregator.go +++ b/aggregator/aggregator.go @@ -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