I am exploring Hyperledger Fabric and programming using Golang and Fabric Java SDK. When I am running an example, (https://medium.com/@lkolisko/hyperledger-fabric-sdk-java-basics-tutorial-a67b2b898410), I am facing the following error
“Error Channel — bad newest block expected status 200 got 403, channel mychannel”
I tried to search for this error, but could not find anything relevant. Can you shed some light on this error?
Thanks