fix annotation for api module

This commit is contained in:
waynewyang 2019-10-18 11:01:55 +08:00
parent 279c0e2519
commit b73f274985

View File

@ -147,7 +147,7 @@ type FullNode interface {
PaychVoucherSubmit(context.Context, address.Address, *types.SignedVoucher) (cid.Cid, error)
}
// Full API is a low-level interface to the Filecoin network storage miner node
// StorageMiner is a low-level interface to the Filecoin network storage miner node
type StorageMiner interface {
Common