pull/4465/head
“GheisMohammadi” 1 year ago
parent 7c3807a525
commit d4c85772e2
No known key found for this signature in database
GPG Key ID: 15073AED3829FE90
  1. 2
      core/blockchain_impl.go

@ -1659,7 +1659,7 @@ func (bc *BlockChainImpl) insertChainWithBlockExecution(chain types.Blocks, veri
return 0, events, coalescedLogs, nil
}
//receiptChain []types.Receipts,
// insertChainWithoutBlockExecution adds a set of blocks to blockchain without adding states
func (bc *BlockChainImpl) insertChainWithoutBlockExecution(chain types.Blocks, verifyHeaders bool) (int, []interface{}, []*types.Log, error) {
// Sanity check that we have something meaningful to import
if len(chain) == 0 {

Loading…
Cancel
Save