Skip to content

Commit

Permalink
Fixing a unit test error in cc2cc
Browse files Browse the repository at this point in the history
Target chaincode_example02 was updated by the hash was calculated
wrong. Updating the target chaincode name hash to make the test pass.

Change-Id: I7e6684b40fd4f369b34ad202ac7073e84628968a
Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
  • Loading branch information
jimthematrix committed Oct 14, 2016
1 parent e91a429 commit 344304b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type SimpleChaincode struct {
func (t *SimpleChaincode) GetChaincodeToCall() string {
//This is the hashcode for github.com/hyperledger/fabric/core/example/chaincode/chaincode_example02
//if the example is modifed this hashcode will change!!
chainCodeToCall := "ee5b24a1f17c356dd5f6e37307922e39ddba12e5d2e203ed93401d7d05eb0dd194fb9070549c5dc31eb63f4e654dbd5a1d86cbb30c48e3ab1812590cd0f78539"
chainCodeToCall := "5c86473475a109e4c50e57016cae64937151dd0f17a05fb918665fd205ab86fa5796153a6d8f1c064af8a4e4a7484121011f0db9022bc6cb2d3cc29f0aaf2648"
return chainCodeToCall
}

Expand Down

0 comments on commit 344304b

Please sign in to comment.