client: add bzz client, update smoke tests (#1582)
This commit is contained in:
committed by
GitHub
parent
48857ae88e
commit
090197227f
@@ -51,7 +51,7 @@ func (inspector *Inspector) ListKnown() []string {
|
||||
return res
|
||||
}
|
||||
|
||||
func (inspector *Inspector) IsSyncing() bool {
|
||||
func (inspector *Inspector) IsPullSyncing() bool {
|
||||
lastReceivedChunksMsg := metrics.GetOrRegisterGauge("network.stream.received_chunks", nil)
|
||||
|
||||
// last received chunks msg time
|
||||
|
Reference in New Issue
Block a user