Skip to content

Commit

Permalink
Clean query interface of vscc
Browse files Browse the repository at this point in the history
The query interface has been removed from chaincode. Clean
the placeholder query of vscc.

Change-Id: Ice5709524d050605ea8501da2ba5f4c3a42400ef
Signed-off-by: jiangyaoguo <jiangyaoguo@gmail.com>
  • Loading branch information
jiangyaoguo committed Dec 22, 2016
1 parent 384e294 commit fc1d996
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 fc1d996

Please sign in to comment.