package testapi import "github.com/kaspanet/kaspad/domain/consensus/model" // TestReachabilityManager adds to the main ReachabilityManager methods required by tests type TestReachabilityManager interface { model.ReachabilityManager SetReachabilityReindexWindow(reindexWindow uint64) SetReachabilityReindexSlack(reindexSlack uint64) ReachabilityReindexSlack() uint64 }