From 86358b523970efdbf549d6cf0a7b791a9c81366c Mon Sep 17 00:00:00 2001 From: Aaron Sutula Date: Sat, 16 Jan 2021 13:59:26 -0600 Subject: [PATCH] comment exported func Signed-off-by: Aaron Sutula --- api/server/util/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/server/util/util.go b/api/server/util/util.go index 9d8eee7b5..cf3c0714c 100644 --- a/api/server/util/util.go +++ b/api/server/util/util.go @@ -128,6 +128,7 @@ func toRPCDealErrors(des []ffs.DealError) []*userPb.DealError { return ret } +// FromProtoCids converts string cids to cid.Cids. func FromProtoCids(cids []string) ([]cid.Cid, error) { var res []cid.Cid for _, cid := range cids {