storage: Cleanup interfaces a bit

This commit is contained in:
Łukasz Magiera
2022-06-17 13:52:19 +02:00
parent 58416d0881
commit db676acdf8
27 changed files with 110 additions and 121 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ import (
"github.com/filecoin-project/lotus/chain/vm"
"github.com/filecoin-project/lotus/chain/wallet"
"github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/filecoin-project/lotus/storage/sealer/ffiwrapper"
"github.com/filecoin-project/lotus/storage/sealer/storiface"
)
type StateModuleAPI interface {
@@ -93,7 +93,7 @@ type StateAPI struct {
StateModuleAPI
ProofVerifier ffiwrapper.Verifier
ProofVerifier storiface.Verifier
StateManager *stmgr.StateManager
Chain *store.ChainStore
Beacon beacon.Schedule