please I get this errror when instantiating a chaincode on one of the peers
"Error: error endorsing chaincode: rpc error: code = Unavailable desc = transport is closing "
Attached below are pictures of the orderer and peer logs
I use this code for instantiation peer chaincode instantiate -o orderer0.andyke.com:7050 --tls --cafile $ORDERER_CA -C onetwochannel -n tester -v 2.0 -c '{"Args":["init"]}' -P "AND ('BankoneMSP.peer','BanktwoMSP.peer')"
I have installed the chaincode tester on each peers in the two organisations that make up the onetwochannel channel