dummy index for itests

This commit is contained in:
vyzo
2023-03-12 16:02:51 +02:00
parent 1415391988
commit 3b765a30d3
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -29,3 +29,7 @@ func MsgIndex(lc fx.Lifecycle, cs *store.ChainStore, r repo.LockedRepo) (index.M
return msgIndex, nil
}
func DummyMsgIndex() (index.MsgIndex, error) {
return index.DummyMsgIndex, nil
}