Skip to content

Commit

Permalink
test cluster fix (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcrevar committed Oct 11, 2023
1 parent 697e658 commit 7662ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-polybft/framework/test-cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type NodeType int

const (
None NodeType = 0
Validator NodeType = 1 << iota
Validator NodeType = 1
Relayer NodeType = 2
)

Expand Down

0 comments on commit 7662ce0

Please sign in to comment.