Skip to content

Commit

Permalink
Reverting the change in 1759
Browse files Browse the repository at this point in the history
Strangely, when testing locally the target chaincode hash in the cc2cc
unit test is calculated differently than when running on the build
machine. Reverting the hash value back to what the test generates
on the build machine.

Change-Id: I0e192b6ca0c7385ec7f93746d0deb23b98dd4361
Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
  • Loading branch information
jimthematrix committed Oct 15, 2016
1 parent 3a02a17 commit de2cade
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 := "5c86473475a109e4c50e57016cae64937151dd0f17a05fb918665fd205ab86fa5796153a6d8f1c064af8a4e4a7484121011f0db9022bc6cb2d3cc29f0aaf2648"
chainCodeToCall := "ee5b24a1f17c356dd5f6e37307922e39ddba12e5d2e203ed93401d7d05eb0dd194fb9070549c5dc31eb63f4e654dbd5a1d86cbb30c48e3ab1812590cd0f78539"
return chainCodeToCall
}

Expand Down

0 comments on commit de2cade

Please sign in to comment.