diff --git a/api/api_storage.go b/api/api_storage.go index f06207cd2..6402de2b6 100644 --- a/api/api_storage.go +++ b/api/api_storage.go @@ -16,7 +16,7 @@ import ( "github.com/filecoin-project/specs-actors/actors/abi" ) -// StorageMiner is a low-level interface to the Filecoin network miner node +// StorageMiner is a low-level interface to the Filecoin network storage miner node type StorageMiner interface { Common