-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed formatting and code snippets [ci skip] Change-Id: Ic4783ac4c70a64f404fc69076514735c329260bd Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
- Loading branch information
Showing
1 changed file
with
30 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ee5b85c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.\chaincode_finished.go:31: cannot use new(SimpleChaincode) (type *SimpleChainco
de) as type shim.Chaincode in argument to shim.Start:
*SimpleChaincode does not implement shim.Chaincode (wrong type for Init
method)
have Init(shim.ChaincodeStubInterface, string, []string) ([]byte
, error)
want Init(shim.ChaincodeStubInterface) ([]byte, error)
getting error..Please help