Merge conflicts

This commit is contained in:
Maran
2014-03-17 10:41:05 +01:00
3 changed files with 29 additions and 27 deletions

View File

@@ -235,11 +235,11 @@ func (pool *TxPool) Start() {
}
func (pool *TxPool) Stop() {
log.Println("[TXP] Stopping...")
close(pool.quit)
pool.Flush()
log.Println("[TXP] Stopped")
}
func (pool *TxPool) Subscribe(channel chan TxMsg) {