Browse Source

Update genesis block.

cl-refactor
Gav Wood 10 years ago
parent
commit
71b0496ffa
  1. 2
      libethereum/BlockChain.cpp

2
libethereum/BlockChain.cpp

@ -102,7 +102,7 @@ bytes BlockChain::createGenesisBlock()
stateRoot = state.root();
}
block.appendList(13) << h256() << sha3EmptyList << h160();
block.appendList(13) << h256() << h256() << h160();
block.append(stateRoot, false, true) << bytes() << c_genesisDifficulty << 0 << 0 << 1000000 << 0 << (unsigned)0 << string() << sha3(bytes(1, 42));
block.appendRaw(RLPEmptyList);
block.appendRaw(RLPEmptyList);

Loading…
Cancel
Save