resync reset validation level

This commit is contained in:
Ian Norden
2020-04-04 15:45:54 -05:00
parent 060e3430c1
commit 00031e2b83
7 changed files with 181 additions and 23 deletions
+1
View File
@@ -79,6 +79,7 @@ type DagPutter interface {
// Cleaner is for cleaning out data from the cache within the given ranges
type Cleaner interface {
Clean(rngs [][2]uint64, t DataType) error
ResetValidation(rngs [][2]uint64) error
}
// SubscriptionSettings is the interface every subscription filter type needs to satisfy, no matter the chain