forked from TrueCloudLab/frostfs-node
[#1369] checksum: Upgrade SDK package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
088df0e2a9
commit
ae92074272
16 changed files with 96 additions and 56 deletions
|
@ -255,7 +255,7 @@ func getSG(cmd *cobra.Command, _ []string) {
|
|||
|
||||
cmd.Printf("Expiration epoch: %d\n", sg.ExpirationEpoch())
|
||||
cmd.Printf("Group size: %d\n", sg.ValidationDataSize())
|
||||
cmd.Printf("Group hash: %s\n", sg.ValidationDataHash())
|
||||
printChecksum(cmd, "Group hash", sg.ValidationDataHash)
|
||||
|
||||
if members := sg.Members(); len(members) > 0 {
|
||||
cmd.Println("Members:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue