Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 4fc40fa

Browse files
committed
[FAB-7980] Fix ChannelService under ClientContext
Change-Id: Ib2989b2a39cb125b5399faa5f4a50a904c9073b7 Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 340f2a8 commit 4fc40fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fabsdk/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (c *ClientContext) Channel(id string, opts ...ClientOption) (apitxn.Channel
198198
}
199199

200200
// ChannelService returns a client API for interacting with a channel.
201-
func (c *Client) ChannelService(id string) (apifabclient.ChannelService, error) {
201+
func (c *ClientContext) ChannelService(id string) (apifabclient.ChannelService, error) {
202202
p, err := c.provider()
203203
if err != nil {
204204
return nil, errors.WithMessage(err, "unable to get client provider context")

0 commit comments

Comments
 (0)