Skip to content

Commit

Permalink
Fix struct names
Browse files Browse the repository at this point in the history
Signed-off-by: coderwander <770732124@qq.com>
  • Loading branch information
coderwander authored and satota2 committed Apr 17, 2024
1 parent bb6b5b7 commit b715a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/scc/inprocstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (e SendPanicFailure) Error() string {
return fmt.Sprintf("send failure %s", string(e))
}

// PeerChaincodeStream interface for stream between Peer and chaincode instance.
// inProcStream interface for stream between Peer and chaincode instance.
type inProcStream struct {
recv <-chan *pb.ChaincodeMessage
send chan<- *pb.ChaincodeMessage
Expand Down
2 changes: 1 addition & 1 deletion gossip/privdata/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package privdata

import "github.com/hyperledger/fabric/common/channelconfig"

// appCapabilities local interface used to generate mock for foreign interface.
// AppCapabilities local interface used to generate mock for foreign interface.
//
//go:generate mockery -dir ./ -name AppCapabilities -case underscore -output mocks/
type AppCapabilities interface {
Expand Down

0 comments on commit b715a98

Please sign in to comment.