Skip to content

Commit

Permalink
Add idle to sync stage's String()
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Mar 2, 2021
1 parent 191a05d commit 9850e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/api_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@ const (

func (v SyncStateStage) String() string {
switch v {
case StageIdle:
return "idle"
case StageHeaders:
return "header sync"
case StagePersistHeaders:
Expand Down

0 comments on commit 9850e78

Please sign in to comment.