Skip to content

Commit

Permalink
Merge "[FAB-16056] Display config block num for CLI" into release-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-linux authored and Gerrit Code Review committed Aug 18, 2019
2 parents 719e892 + ea2316f commit 65eb54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peer/channel/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func fetch(cmd *cobra.Command, args []string, cf *ChannelCmdFactory) error {
return err2
}
block, err = cf.DeliverClient.GetSpecifiedBlock(lc)
logger.Infof("Retrieving last config block: %d", lc)
default:
num, err2 := strconv.Atoi(args[0])
if err2 != nil {
Expand Down

0 comments on commit 65eb54d

Please sign in to comment.