I am running Docker Toolbox on Windows. I have downloaded fabric samples from https://github.com/hyperledger/fabric-samples. Modified the fabcar chaincode. The first time I ran ./startFabric.sh to bring up the local blokchain network, the chaincode is getting picked up well and fine.
Now I make further changes to fabcar chaincode. But, my latest chaincode changes are not being picked up by the blockchain network. I still see old log messages and responses.
Please let me know what I am doing wrong.