Skip to content

Commit

Permalink
fix lotus-provider build
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Nov 23, 2023
1 parent f0a931e commit d82da79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/lotus-provider/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ type Deps struct {
as *ctladdr.AddressSelector
maddrs []dtypes.MinerAddress
stor *paths.Remote
si *paths.IndexProxy
si *paths.DBIndex
localStore *paths.Local
listenAddr string
}
Expand Down Expand Up @@ -348,7 +348,7 @@ Get it with: jq .PrivateKey ~/.lotus-miner/keystore/MF2XI2BNNJ3XILLQOJUXMYLUMU`,
}

al := alerting.NewAlertingSystem(j)
si := paths.NewIndexProxy(al, db, true)
si := paths.NewDBIndex(al, db)
bls := &paths.BasicLocalStorage{
PathToJSON: cctx.String("storage-json"),
}
Expand Down

0 comments on commit d82da79

Please sign in to comment.