some cleanup

This commit is contained in:
Shrenuj Bansal
2022-10-17 16:13:30 -04:00
parent b77ca54719
commit 900525f8c2
10 changed files with 8 additions and 102 deletions
-1
View File
@@ -10,7 +10,6 @@ import (
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/build"
//consensus2 "github.com/filecoin-project/lotus/lib/consensus/raft"
"github.com/filecoin-project/lotus/node/impl/client"
"github.com/filecoin-project/lotus/node/impl/common"
"github.com/filecoin-project/lotus/node/impl/full"
-1
View File
@@ -47,7 +47,6 @@ type MpoolAPI struct {
RaftAPI
MessageSigner messagesigner.MsgSigner
// MessageSigner *messagesigner.MessageSigner
PushLocks *dtypes.MpoolLocker
}