Commit 83035811 authored by lyn's avatar lyn Committed by vipwzw

delete debug log

parent a8af19e7
package init package init
import ( import (
_ "github.com/33cn/plugin/plugin/mempool/para" //auto gen
_ "github.com/33cn/plugin/plugin/mempool/price" //auto gen _ "github.com/33cn/plugin/plugin/mempool/price" //auto gen
_ "github.com/33cn/plugin/plugin/mempool/score" //auto gen _ "github.com/33cn/plugin/plugin/mempool/score" //auto gen
_ "github.com/33cn/plugin/plugin/mempool/para" //auto gen
) )
...@@ -45,7 +45,6 @@ func (mem *Mempool) SetQueueClient(client queue.Client) { ...@@ -45,7 +45,6 @@ func (mem *Mempool) SetQueueClient(client queue.Client) {
mlog.Info("Receive msg from para mempool") mlog.Info("Receive msg from para mempool")
if bytes.HasPrefix(msg.GetData().(*types.Transaction).Execer, types.ParaKey) { if bytes.HasPrefix(msg.GetData().(*types.Transaction).Execer, types.ParaKey) {
tx := msg.GetData().(*types.Transaction) tx := msg.GetData().(*types.Transaction)
mlog.Info("Receive tx ", tx)
var reply *types.Reply var reply *types.Reply
reply, err := mem.mainGrpcCli.SendTransaction(context.Background(), tx) reply, err := mem.mainGrpcCli.SendTransaction(context.Background(), tx)
if err != nil { if err != nil {
......
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