Skip to content

Commit fc1d996

Browse files
committed
Clean query interface of vscc
The query interface has been removed from chaincode. Clean the placeholder query of vscc. Change-Id: Ice5709524d050605ea8501da2ba5f4c3a42400ef Signed-off-by: jiangyaoguo <[email protected]>
1 parent 384e294 commit fc1d996

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/system_chaincode/vscc/validator_onevalidsignature.go

-5
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,3 @@ func (vscc *ValidatorOneValidSignature) Invoke(stub shim.ChaincodeStubInterface)
129129

130130
return nil, nil
131131
}
132-
133-
// Query is here to satisfy the Chaincode interface. We don't need it for this system chaincode
134-
func (vscc *ValidatorOneValidSignature) Query(stub shim.ChaincodeStubInterface) ([]byte, error) {
135-
return nil, nil
136-
}

0 commit comments

Comments
 (0)