cmd/geth, code, eth/downloader: tune import logs and mem stats

This commit is contained in:
Péter Szilágyi
2016-10-21 11:40:00 +03:00
parent f2ae2f7eef
commit 1291778032
4 changed files with 67 additions and 27 deletions

View File

@ -436,7 +436,7 @@ func (bproc) ValidateState(block, parent *types.Block, state *state.StateDB, rec
return nil
}
func (bproc) Process(block *types.Block, statedb *state.StateDB, cfg vm.Config) (types.Receipts, vm.Logs, *big.Int, error) {
return nil, nil, nil, nil
return nil, nil, new(big.Int), nil
}
func makeHeaderChainWithDiff(genesis *types.Block, d []int, seed byte) []*types.Header {