Update lite/verifying/provider.go

Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
This commit is contained in:
Zaki Manian
2019-07-06 11:48:48 -07:00
committed by GitHub
parent 0be87cdcba
commit b97a8b69ed

View File

@@ -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