Skip to content

Commit

Permalink
[FAB-4638] SDK Go - Join channel response parsing
Browse files Browse the repository at this point in the history
Change-Id: If793587e861f5bbef17d389b85f52acd619ba550
Signed-off-by: Baha Shaaban <baha.shaaban@securekey.com>
  • Loading branch information
Baha Shaaban committed Jun 22, 2017
1 parent ea51b78 commit 1a2d803
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 160 deletions.
2 changes: 1 addition & 1 deletion api/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Channel interface {
SetMSPManager(mspManager msp.MSPManager)
GetMSPManager() msp.MSPManager
GetGenesisBlock(request *GenesisBlockRequest) (*common.Block, error)
JoinChannel(request *JoinChannelRequest) ([]*TransactionProposalResponse, error)
JoinChannel(request *JoinChannelRequest) error
UpdateChannel() bool
IsReadonly() bool
QueryInfo() (*common.BlockchainInfo, error)
Expand Down
Loading

0 comments on commit 1a2d803

Please sign in to comment.