Merge branch 'master' into feat/nv18-fevm

This commit is contained in:
Aayush
2022-12-23 16:37:26 -05:00
27 changed files with 3700 additions and 2099 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func MessagePool(lc fx.Lifecycle, mctx helpers.MetricsCtx, us stmgr.UpgradeSched
return mp.Close()
},
})
protector.AddProtector(mp.ForEachPendingMessage)
protector.AddProtector(mp.TryForEachPendingMessage)
return mp, nil
}