aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/genesis.go')
-rw-r--r--core/genesis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go
index 16c1598c2..dac5de92f 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -103,7 +103,7 @@ func WriteGenesisBlock(chainDb ethdb.Database, reader io.Reader) (*types.Block,
if err := WriteBlock(chainDb, block); err != nil {
return nil, err
}
- if err := PutBlockReceipts(chainDb, block, nil); err != nil {
+ if err := PutBlockReceipts(chainDb, block.Hash(), nil); err != nil {
return nil, err
}
if err := WriteCanonicalHash(chainDb, block.Hash(), block.NumberU64()); err != nil {
akc2013-03-231-1/+1 * Chase boost updatebapt2013-01-311-0/+1 * - update to 1.7.1dinoex2013-01-271-1/+1 * - update to 1.7.0dinoex2012-12-101-6/+2 * - update to 1.6.1dinoex2012-06-221-1/+0 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-3/+2 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - update to 1.6.0dinoex2012-01-121-12/+0 * - update KDE definitionsdinoex2010-11-282-6/+7 * - update licq ports to 1.5.0dinoex2010-11-275-802/+811 * - update to 1.3.9dinoex2010-05-211-1/+0 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Update boost to 1.39pav2009-07-281-1/+1 * - add boost as direct dependencydinoex2008-11-091-0/+2 * - udpate to 1.3.6dinoex2008-11-011-1/+0