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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user