diff --git a/lite/verifying/provider.go b/lite/verifying/provider.go index d84628e43..c830d0bf1 100644 --- a/lite/verifying/provider.go +++ b/lite/verifying/provider.go @@ -249,7 +249,7 @@ func (vp *Provider) ChainID() string { // Implements UpdatingProvider // // On success, it will store the full commit (SignedHeader + Validators) in vp.trusted -// NOTE: For concurreent usage, use concurrentProvider +// NOTE: For concurrent usage, use concurrentProvider func (vp *Provider) UpdateToHeight(chainID string, height int64) error { // If we alreedy have the commit, just return nil