Skip to content

Commit

Permalink
Update zetaclient/chains/base/observer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco de Borja Aranda Castillejo <[email protected]>
  • Loading branch information
swift1337 and Francisco de Borja Aranda Castillejo authored Oct 4, 2024
1 parent b313ded commit e0218c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/base/observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func NewObserver(
return &ob, nil
}

// Start starts the observer. Returns false started (noop).
// Start starts the observer. Returns false if it's already started (noop).
func (ob *Observer) Start() bool {
ob.mu.Lock()
defer ob.Mu().Unlock()
Expand Down

0 comments on commit e0218c8

Please sign in to comment.