Fix
This commit is contained in:
parent
39ae4b04be
commit
7383a761f6
@ -46,6 +46,7 @@ var cborCid = &cli.Command{
|
|||||||
buf := bytes.NewBuffer(make([]byte, 0))
|
buf := bytes.NewBuffer(make([]byte, 0))
|
||||||
cbgc.MarshalCBOR(buf)
|
cbgc.MarshalCBOR(buf)
|
||||||
fmt.Printf("%x\n", buf.Bytes())
|
fmt.Printf("%x\n", buf.Bytes())
|
||||||
|
return nil
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user