Setup PeerTagger as Invoke

This commit is contained in:
Łukasz Magiera
2019-12-17 17:28:02 +01:00
parent 8d0d2b2fae
commit 8284436eae
3 changed files with 4 additions and 6 deletions
-2
View File
@@ -14,7 +14,6 @@ import (
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/filecoin-project/lotus/node/peers"
)
type CommonAPI struct {
@@ -22,7 +21,6 @@ type CommonAPI struct {
APISecret *dtypes.APIAlg
Host host.Host
PeerTagger *peers.PeerTagger // TODO: this needs a better home
}
type jwtPayload struct {