Commit 61e31a93 authored by linj's avatar linj Committed by vipwzw

使用同一个链接有bug,实际是使用两个链接。 修复

parent c8eaee6f
......@@ -130,7 +130,7 @@ func New(cfg *types.Consensus, sub []byte) queue.Module {
panic(err)
}
grpcCli, err := grpcclient.NewMainChainClient(grpcSite)
grpcCli, err := grpcclient.NewMainChainClient("")
if err != nil {
panic(err)
}
......
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