mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
fix warning
This commit is contained in:
parent
a31a4c8c2f
commit
806e8d2077
@ -305,7 +305,7 @@ func (vp *Provider) fillValsetAndSaveFC(signedHeader types.SignedHeader,
|
|||||||
nextValset, err = vp.source.ValidatorSet(vp.chainID, signedHeader.Height+1)
|
nextValset, err = vp.source.ValidatorSet(vp.chainID, signedHeader.Height+1)
|
||||||
if lerr.IsErrUnknownValidators(err) {
|
if lerr.IsErrUnknownValidators(err) {
|
||||||
// try again until we get it.
|
// try again until we get it.
|
||||||
vp.Logger.Debug("fetching valset for height %d...\n", signedHeader.Height+1)
|
vp.logger.Debug("fetching valset for height %d...\n", signedHeader.Height+1)
|
||||||
continue
|
continue
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
return errors.Wrap(err, "fetching the next valset")
|
return errors.Wrap(err, "fetching the next valset")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user