Fix Drand fetching around null tipsets

This commit is contained in:
Aayush Rajasekaran
2021-09-29 11:57:59 -04:00
parent d9e711eac5
commit c3c46e9097
33 changed files with 645 additions and 380 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ func NetworkName(mctx helpers.MetricsCtx,
ctx := helpers.LifecycleCtx(mctx, lc)
sm, err := stmgr.NewStateManager(cs, tsexec, syscalls, us)
sm, err := stmgr.NewStateManager(cs, tsexec, syscalls, us, nil)
if err != nil {
return "", err
}