introduce a marker type for builtin actor loading to make DI work

This commit is contained in:
vyzo
2022-04-14 19:29:22 +03:00
parent f26d19ed7d
commit 5e3112fa95
4 changed files with 11 additions and 5 deletions
+1
View File
@@ -2,3 +2,4 @@ package dtypes
type NetworkName string
type AfterGenesisSet struct{}
type BuiltinActorsLoaded struct{}