-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6777] Incorrect comment about cc events
This CR updates the comment for SetEvent to ensure it accurately reflects the expected result of setting a chaincode event. It previously stated that a chaincode event would only be sent if the transaction was validated, which is incorrect. The chaincode event will always be available in the block event whether the transaction was validated or not because these events are stored in the committed block. Change-Id: I0eabc67184b9ef2a4cab8901ee2fd9f0ee2e9d5b Signed-off-by: Will Lahti <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters