【发布时间】:2016-04-29 04:13:48
【问题描述】:
我遵循了这个指南
https://github.com/hyperledger/fabric/blob/master/docs/dev-setup/devnet-setup.md
我将链代码部署为命令
CORE_PEER_ADDRESS=172.17.0.2:30303 ./peer chaincode deploy -p github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02 -c '{"Function":"init", "Args": [" a","100", "b", "200"]}'
正常工作。
然后我修改了链码并重新部署。
但我没有看到这种变化对验证同行有影响。
谁能给我一些关于这个问题的想法?
【问题讨论】: