mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
add logic to propagate extended commits (#8433)
This commit is contained in:
@@ -63,7 +63,7 @@ func TestProvider(t *testing.T) {
|
||||
assert.True(t, lb.Height < 1000)
|
||||
|
||||
// let's check this is valid somehow
|
||||
assert.Nil(t, lb.ValidateBasic(chainID))
|
||||
assert.NoError(t, lb.ValidateBasic(chainID))
|
||||
|
||||
// historical queries now work :)
|
||||
lower := lb.Height - 3
|
||||
|
||||
Reference in New Issue
Block a user