Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@harisato harisato released this 15 Apr 04:27

Add function updateChannelConfig to sign and update channel config. Example:

curl -s -X POST http://localhost:4002/updateChannelConfig -H 'content-type: application/json' -d '{
    "orgname":"operator",
    "username": "operator",
    "channelName":"akachainchannel",
    "configUpdatePath":"../../../shared/config-update-in-envelope.pb"
  }'