Skip to content

Commit

Permalink
Merge "[FAB-7115]: Remove unused datatype"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Nov 29, 2017
2 parents 4a6d3d2 + c8a5f77 commit c04ae69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gossip/privdata/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ func (c *coordinator) StoreBlock(block *common.Block, privateDataSets util.PvtDa
return nil
}

type dataSources map[rwSetKey][]*peer.Endorsement

func (c *coordinator) fetchFromPeers(blockSeq uint64, ownedRWsets map[rwSetKey][]byte, privateInfo *privateDataInfo) {
dig2src := make(map[*gossip2.PvtDataDigest][]*peer.Endorsement)
privateInfo.missingKeys.foreach(func(k rwSetKey) {
Expand Down

0 comments on commit c04ae69

Please sign in to comment.