add instance

Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
This commit is contained in:
Jakub Sztandera
2025-04-29 17:22:55 +02:00
parent 97e1d51403
commit 31406fb206

View File

@ -647,7 +647,7 @@ func outputFinalityCertificate(cctx *cli.Context, api v1api.FullNode, cert *cert
return nil
})
for _, addr := range participants {
_, _ = fmt.Fprintf(cctx.App.Writer, "%s\n", addr)
_, _ = fmt.Fprintf(cctx.App.Writer, "%d, %s\n", cert.GPBFTInstance, addr)
}
return nil
default: