以太坊小知識(二)——區塊生成機制

下面的代碼都是基於go-ethereum v1.6.7。node Q:以太坊go-ethereum中,當一個miner找到一個新區塊時,會將結果Result發送到管道returnCh中。那接下來的邏輯是怎樣的呢? //miner/agent.go func (self *CpuAgent) mine(work *Work, stop <-chan struct{}) { if result
相關文章
相關標籤/搜索