Merge pull request #1569 from obscuren/default-genesis

core: added default genesis block
This commit is contained in:
Jeffrey Wilcke
2015-08-03 04:49:30 -07:00
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 {