This commit is contained in:
zenground0 2023-01-16 17:54:38 -07:00
parent 39ae4b04be
commit 7383a761f6

View File

@ -46,6 +46,7 @@ var cborCid = &cli.Command{
buf := bytes.NewBuffer(make([]byte, 0))
cbgc.MarshalCBOR(buf)
fmt.Printf("%x\n", buf.Bytes())
return nil
},
}