xvkong
xvkong
@bestbeforetoday I'll explain step by step more clearly, 1 orderer cluster create a channel, there is no org info on the configblock now. 2 org A join the channel: +...
I extended a funtion `GetGenesisBlockFromOrderer` myself,this issue is closed for me. ``` func GetGenesisBlockFromOrderer(ctx context.Context, connection grpc.ClientConnInterface, id identity.SigningIdentity, channelID string, certificate tls.Certificate) (*cb.Block, error) { abClient := ab.NewAtomicBroadcastClient(connection) deliverClient,...