Merge branch 'hotfix/0.2.2-1' into develop

This commit is contained in:
obscuren 2014-02-15 12:12:01 +01:00
commit 424b0b8bac
1 changed files with 0 additions and 2 deletions

View File

@ -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)