Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
Fix CoordinatorTransaction CoordinatorType from 0 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
canesin authored Mar 20, 2020
1 parent fa65221 commit 2357871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/find_coordinator_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type CoordinatorType int8

const (
CoordinatorGroup CoordinatorType = 0
CoordinatorTransaction CoordinatorType = 0
CoordinatorTransaction CoordinatorType = 1
)

type FindCoordinatorRequest struct {
Expand Down

0 comments on commit 2357871

Please sign in to comment.