From b73f2749857f212590f8de167f014f4ae9e24935 Mon Sep 17 00:00:00 2001 From: waynewyang Date: Fri, 18 Oct 2019 11:01:55 +0800 Subject: [PATCH] fix annotation for api module --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.go b/api/api.go index 235b4e8e7..bde700e5c 100644 --- a/api/api.go +++ b/api/api.go @@ -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