diff --git a/go/common/host/host.go b/go/common/host/host.go index ffd3909e6e..08799ab104 100644 --- a/go/common/host/host.go +++ b/go/common/host/host.go @@ -33,6 +33,7 @@ type Host interface { ObscuroConfig() (*common.ObscuroNetworkInfo, error) // NewHeadsChan returns live batch headers + // Note - do not use directly. This is meant only for the NewHeadsManager, which multiplexes the headers NewHeadsChan() chan *common.BatchHeader }