Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ostracon binary and docs #282

Merged
merged 10 commits into from
Jul 6, 2021
Prev Previous commit
(squash) Typo
  • Loading branch information
tnasu committed Jul 6, 2021
commit 92e61845dd6e3bd348e50e2d03b0bcaa72444aa1
2 changes: 1 addition & 1 deletion light/provider/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var (
// This is very brittle, see: https://github.com/tendermint/tendermit/issues/4740
// This is very brittle, see: https://github.com/tendermint/tendermint/issues/4740
regexpMissingHeight = regexp.MustCompile(`height \d+ (must be less than or equal to|is not available)`)

maxRetryAttempts = 10
Expand Down