aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain_test.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-10-21 16:40:00 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-10-21 17:23:39 +0800
commit1291778032730fcd6d0b1bb4ae95a5f8e1f64987 (patch)
tree81f421a3ae9cf66d717d236fe011b153f0d71cbb /core/blockchain_test.go
parentf2ae2f7eef1e3e15b9e6f81e2b5895e2d20d12bc (diff)
downloaddexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.tar
dexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.tar.gz
dexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.tar.bz2
dexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.tar.lz
dexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.tar.xz
dexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.tar.zst
dexon-1291778032730fcd6d0b1bb4ae95a5f8e1f64987.zip
cmd/geth, code, eth/downloader: tune import logs and mem stats
Diffstat (limited to 'core/blockchain_test.go')
-rw-r--r--core/blockchain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blockchain_test.go b/core/blockchain_test.go
index de3ef0a9c..3c47b2fd9 100644
--- a/core/blockchain_test.go
+++ b/core/blockchain_test.go
@@ -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 {