mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-08 23:32:42 +00:00
Update lite/verifying/provider.go
Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user