Reputation: 132
A peer is by default endorsing peer , committing peer as well. I want to make it only committing peer.
Upvotes: 0
Views: 235
Reputation: 2200
You can do this:
CORE_PEER_CHAINCODELISTENADDRESS
to a non-accessible endpoint). If you are using external builders and launchers some other considerations must be made.endorsingPeer
to false
in your connection profile for those peers. This is only a client setup to be consistent with your network.Upvotes: 1