Remove validation because of sync TestDrandNull test

This commit is contained in:
ZenGround0
2021-07-22 09:49:47 -04:00
parent 4cd05fa39c
commit d6a8a7aeb8
-3
View File
@@ -367,9 +367,6 @@ func New(api Provider, ds dtypes.MetadataDS, netName dtypes.NetworkName, j journ
j = journal.NilJournal()
}
us := stmgr.DefaultUpgradeSchedule()
if err := us.Validate(); err != nil {
return nil, err
}
mp := &MessagePool{
ds: ds,