Skip to content

Commit

Permalink
[FAB-7115]: Remove unused datatype
Browse files Browse the repository at this point in the history
There is data type in coordinator.go module which is no longer in use
and could be safely removed, this commit cleans up and removes this
data type.

Change-Id: I7664376832e31f976f473a7850d670d343fb74b4
Signed-off-by: Artem Barger <bartem@il.ibm.com>
  • Loading branch information
C0rWin committed Nov 28, 2017
1 parent 283d94b commit c8a5f77
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 c8a5f77

Please sign in to comment.