Merge pull request #406 from waynewyang/annotation

fix annotation for api module
This commit is contained in:
Whyrusleeping 2019-10-18 12:58:32 +09:00 committed by GitHub
commit 47eb5b6d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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