You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Panicf("Error iterating over system channel: '%s', expected position 0, got %d", chainID, pos)
117
+
}
118
+
genesisBlock, status:=iter.Next()
119
+
ifstatus!=cb.Status_SUCCESS {
120
+
logger.Panicf("Error reading genesis block of system channel '%s'", chainID)
121
+
}
122
+
logger.Infof("Starting system channel '%s' with genesis block hash %x and orderer type %s", chainID, genesisBlock.Header.Hash(), chain.SharedConfig().ConsensusType())
0 commit comments