mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-05-17 15:20:37 +08:00
add instance
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user