From b97a8b69ed36589a02f2b1f4028026407c275f45 Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Sat, 6 Jul 2019 11:48:48 -0700 Subject: [PATCH] Update lite/verifying/provider.go Co-Authored-By: Ismail Khoffi --- lite/verifying/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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