Skip to content

Commit

Permalink
Merge "Clean query interface of vscc"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Dec 28, 2016
2 parents 925ced3 + fc1d996 commit 8882e30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/system_chaincode/vscc/validator_onevalidsignature.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,3 @@ func (vscc *ValidatorOneValidSignature) Invoke(stub shim.ChaincodeStubInterface)

return nil, nil
}

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

0 comments on commit 8882e30

Please sign in to comment.