blockwriter.go
blockwriter.go
type BlockWriter struct {
support blockWriterSupport
registrar *Registrar
lastConfigBlockNum uint64
lastConfigSeq uint64
lastBlock *cb.Block
committingBlock sync.Mutex
}CreateNextBlock
WriteConfigBlock
WriteBlock
commitBlock
Last updated