mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 12:00:44 +00:00
formatting
This commit is contained in:
@@ -200,7 +200,7 @@ func (rts *reactorTestSuite) addMultipleNodes(
|
||||
require.NoError(t, err)
|
||||
blockID := types.BlockID{Hash: thisBlock.Hash(), PartSetHeader: thisParts.Header()}
|
||||
|
||||
for idx, _ := range nodeIDs {
|
||||
for idx := range nodeIDs {
|
||||
|
||||
if blockHeight <= maxBlockHeightPerNode[idx] {
|
||||
lastState, err := stateStores[idx].Load()
|
||||
@@ -425,7 +425,7 @@ func TestReactor_NonGenesisSync(t *testing.T) {
|
||||
t,
|
||||
func() bool {
|
||||
matching := true
|
||||
for idx, _ := range rts.nodes {
|
||||
for idx := range rts.nodes {
|
||||
if idx == 0 {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user