Skip to content

Commit

Permalink
Merge branch 'develop' into opt/libzkp/share-params
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao authored Aug 26, 2024
2 parents cd6a663 + ed4bda6 commit 7df13fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/internal/controller/api/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func InitController(cfg *config.Config, chainCfg *params.ChainConfig, db *gorm.D
panic("proof receiver new verifier failure")
}

log.Info("verifier created", "chunkVerifier", vf.ChunkVKMap, "batchVerifier", vf.BatchVKMap)
log.Info("verifier created", "chunkVerifier", vf.ChunkVKMap, "batchVerifier", vf.BatchVKMap, "bundleVerifier", vf.BundleVkMap)

Auth = NewAuthController(db, cfg, vf)
GetTask = NewGetTaskController(cfg, chainCfg, db, reg)
Expand Down

0 comments on commit 7df13fc

Please sign in to comment.