Merge pull request #5702 from filecoin-project/asr/sync-stage-string
Add idle to sync stage's String()
This commit is contained in:
commit
cd1a2e3413
@ -870,6 +870,8 @@ const (
|
||||
|
||||
func (v SyncStateStage) String() string {
|
||||
switch v {
|
||||
case StageIdle:
|
||||
return "idle"
|
||||
case StageHeaders:
|
||||
return "header sync"
|
||||
case StagePersistHeaders:
|
||||
|
Loading…
Reference in New Issue
Block a user