Remove validation because of sync TestDrandNull test

This commit is contained in:
ZenGround0 2021-07-20 12:48:37 -04:00
parent 4cd05fa39c
commit d6a8a7aeb8

View File

@ -367,9 +367,6 @@ func New(api Provider, ds dtypes.MetadataDS, netName dtypes.NetworkName, j journ
j = journal.NilJournal() j = journal.NilJournal()
} }
us := stmgr.DefaultUpgradeSchedule() us := stmgr.DefaultUpgradeSchedule()
if err := us.Validate(); err != nil {
return nil, err
}
mp := &MessagePool{ mp := &MessagePool{
ds: ds, ds: ds,