Skip to content

Commit

Permalink
Merge 8dcce8f into 789336a
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc authored Aug 1, 2023
2 parents 789336a + 8dcce8f commit e0bf969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chainservice/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ func (builder *Builder) buildSGDRegistry(forTest bool) error {
}

func (builder *Builder) buildContractStakingIndexer(forTest bool) error {
if !builder.cfg.Chain.EnableStakingProtocol {
return nil
}
if builder.cs.contractStakingIndexer != nil {
return nil
}
Expand Down

0 comments on commit e0bf969

Please sign in to comment.