aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-15 19:11:53 +0800
committerobscuren <geffobscura@gmail.com>2014-02-15 19:11:53 +0800
commit30ee32a7254658878b35c6a89e463427f99bd1b4 (patch)
tree27dda61d8f690ba64bde5dae9b88958f4cb2efa4
parent60afd02e59a0e6818dafa4697c7776a3ef70c4d0 (diff)
parentf5fbbb147fc84297bba0f72856573f1ca6444fec (diff)
downloadgo-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.tar
go-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.tar.gz
go-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.tar.bz2
go-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.tar.lz
go-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.tar.xz
go-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.tar.zst
go-tangerine-30ee32a7254658878b35c6a89e463427f99bd1b4.zip
Merge branch 'hotfix/0.2.2-1'
-rw-r--r--ethchain/block_manager.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethchain/block_manager.go b/ethchain/block_manager.go
index 7d8397790..8b237a29a 100644
--- a/ethchain/block_manager.go
+++ b/ethchain/block_manager.go
@@ -71,9 +71,7 @@ func NewBlockManager(speaker PublicSpeaker) *BlockManager {
if bm.bc.CurrentBlock == nil {
AddTestNetFunds(bm.bc.genesisBlock)
// Prepare the genesis block
- //bm.bc.genesisBlock.State().Sync()
bm.bc.Add(bm.bc.genesisBlock)
- log.Println(bm.bc.genesisBlock)
log.Printf("Genesis: %x\n", bm.bc.genesisBlock.Hash())
//log.Printf("root %x\n", bm.bc.genesisBlock.State().Root)