Skip to content

Commit a132bbf

Browse files
Hayim.Shaul@ibm.comadecaro
authored andcommitted
cleanup
Signed-off-by: Hayim.Shaul@ibm.com <hayimsha@fhe3.haifa.ibm.com>
1 parent 778d198 commit a132bbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

token/services/network/fabric/endorsement/fsc/responder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ func (r *RequestApprovalResponderView) receive(ctx view.Context) (*Request, erro
159159
return nil, errors.Wrapf(ErrInvalidProposal, "non empty namespaces")
160160
}
161161

162-
// Validate chaincode name and version
163162
if name, version := tx.Chaincode(); name != tmsID.Namespace || version != ChaincodeVersion {
164163
return nil, errors.Wrapf(ErrInvalidProposal, "invalid chaincode")
165164
}

0 commit comments

Comments
 (0)