hyperledger / hyperledger/fabric
Channel config cannot be updated: "Error: Invalid channel create transaction : empty channel id"
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
### Description
Hi. Followed all the steps in this page: https://hyperledger-fabric.readthedocs.io/en/latest/config_update.html#step-1-pull-and-translate-the-config but when it comes to updating the config using the command `peer channel update -c default-channel -f config_update_in_envelope.pb`, I'm getting "Error: Invalid channel create transaction : empty channel id"
At first, my configtxlator and peer versions were not the same so I downloaded configtxlator from the release 3.0, but no luck.
Updated only `max_message_count` from `50` to `100` in the config.
### Steps to reproduce
1. Run a network with fabric 3.0
2. Follow these steps: https://hyperledger-fabric.readthedocs.io/en/latest/config_update.html#step-1-pull-and-translate-the-config
Contributor guide
Assessment
This issue has not been assessed yet.