Fix permissions after split and rebase

This commit is contained in:
Łukasz Magiera
2019-07-24 03:10:26 +02:00
parent 772dd6c549
commit c6b4fadba1
7 changed files with 26 additions and 20 deletions
-3
View File
@@ -54,7 +54,6 @@ type Common interface {
// Version provides information about API provider
Version(context.Context) (Version, error)
}
// FullNode API is a low-level interface to the Filecoin network full node
@@ -111,6 +110,4 @@ type FullNode interface {
// Full API is a low-level interface to the Filecoin network storage miner node
type StorageMiner interface {
Common
}