mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
Fixes from review
This commit is contained in:
@ -51,7 +51,7 @@ func TestProvider(t *testing.T) {
|
||||
assert.True(sh < 5000)
|
||||
|
||||
// let's check this is valid somehow
|
||||
assert.Nil(fc.ValidateBasic(chainID))
|
||||
assert.Nil(fc.ValidateFull(chainID))
|
||||
|
||||
// historical queries now work :)
|
||||
lower := sh - 5
|
||||
|
Reference in New Issue
Block a user