Limit explorer status page in initial sync
This commit is contained in:
parent
2fd3d9d940
commit
f5ce0b681e
@ -224,7 +224,7 @@ func (s *PublicServer) newTemplateData() *TemplateData {
|
|||||||
return &TemplateData{
|
return &TemplateData{
|
||||||
CoinName: s.is.Coin,
|
CoinName: s.is.Coin,
|
||||||
CoinShortcut: s.is.CoinShortcut,
|
CoinShortcut: s.is.CoinShortcut,
|
||||||
InternalExplorer: s.internalExplorer,
|
InternalExplorer: s.internalExplorer && !s.is.InitialSync,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user