Skip to content

Commit

Permalink
[FAB-7731] Fix events protos
Browse files Browse the repository at this point in the history
Fix events proto defintion to align protobuf message definition code
guideliness.

Change-Id: I7f4ee6f3f01bb84aff55e371f637c625643f8598
Signed-off-by: Artem Barger <bartem@il.ibm.com>
  • Loading branch information
C0rWin committed Jan 15, 2018
1 parent ddd55dc commit c8acc50
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 65 deletions.
129 changes: 65 additions & 64 deletions protos/peer/events.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/peer/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ message FilteredTransaction {
// FilteredTransactionActions is a wrapper for array of TransactionAction
// message from regular block
message FilteredTransactionActions {
repeated FilteredChaincodeAction chaincodeActions = 1;
repeated FilteredChaincodeAction chaincode_actions = 1;
}

//FilteredChaincodeAction is a minimal set of information about an action within a
Expand Down

0 comments on commit c8acc50

Please sign in to comment.