Skip to content

Commit

Permalink
Fix init information in config.go
Browse files Browse the repository at this point in the history
Replace "group" with "affiliation" in cmd/fabric-ca-client/config.go:129.
Otherwise, it will report that [FATAL] Registration request does not have an affiliation.

Change-Id: I033c77d25634125456426c16e333884718b79535
Signed-off-by: guhaihua <[email protected]>
  • Loading branch information
guhaihua committed Mar 16, 2017
1 parent 3b8932a commit 2360c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fabric-ca-client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ csr:
id:
name:
type:
group:
affiliation:
attributes:
- name:
value:
Expand Down

0 comments on commit 2360c26

Please sign in to comment.