Limit explorer status page in initial sync

This commit is contained in:
Martin Boehm 2018-09-21 08:51:41 +02:00
parent 2fd3d9d940
commit f5ce0b681e

View File

@ -224,7 +224,7 @@ func (s *PublicServer) newTemplateData() *TemplateData {
return &TemplateData{
CoinName: s.is.Coin,
CoinShortcut: s.is.CoinShortcut,
InternalExplorer: s.internalExplorer,
InternalExplorer: s.internalExplorer && !s.is.InitialSync,
}
}