Commit 4260328c authored by 陈德海's avatar 陈德海

fix test

parent 01e20edd
......@@ -89,8 +89,7 @@ func (mem *Mempool) SetQueueClient(client queue.Client) {
go mem.checkSync()
mem.wg.Add(1)
go mem.removeBlockedTxs()
mem.wg.Add(1)
go mem.reply()
mem.wg.Add(1)
go mem.eventProcess()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment