This commit is contained in:
Anton Evangelatov 2020-07-03 20:45:33 +02:00
parent 9148b0f865
commit eadb49c56d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ require (
github.com/filecoin-project/go-fil-markets v0.3.2-0.20200702145639-4034a18364e4
github.com/filecoin-project/go-jsonrpc v0.1.1-0.20200602181149-522144ab4e24
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b
github.com/filecoin-project/lotus v0.4.2-0.20200703183503-3db966535120
github.com/filecoin-project/lotus v0.4.2-0.20200703175215-fe49bcd9faa7
github.com/filecoin-project/specs-actors v0.6.2-0.20200702170846-2cd72643a5cf
github.com/gorilla/mux v1.7.4
github.com/influxdata/influxdb v1.8.0 // indirect

View File

@ -272,7 +272,7 @@ func collectStats(ctx context.Context, api api.FullNode) error {
go func() {
time.Sleep(15 * time.Second)
tstats.Collect(ctx, api, influx, database, height, headlag)
tstats.Collect(context.Background(), api, influx, database, height, headlag)
}()
return nil