core: added default genesis block

When a user runs a freshly setup geth w/o a database initialised the
default genesis block is decoded and inserted in to the database.
This commit is contained in:
Jeffrey Wilcke
2015-08-01 17:34:48 +02:00
parent e7f4232b10
commit 7a75da63c6
3 changed files with 40 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ func (pool *TxPool) resetState() {
func (pool *TxPool) Stop() {
close(pool.quit)
pool.events.Unsubscribe()
glog.V(logger.Info).Infoln("TX Pool stopped")
glog.V(logger.Info).Infoln("Transaction pool stopped")
}
func (pool *TxPool) State() *state.ManagedState {