Commit 125139b4 authored by Litian's avatar Litian Committed by 33cn

非ticket共识下,不启用ticket钱包插件

parent a4ea20fb
...@@ -173,7 +173,6 @@ func TestRPC_CallTestNode(t *testing.T) { ...@@ -173,7 +173,6 @@ func TestRPC_CallTestNode(t *testing.T) {
assert.Equal(t, res.IsOk, true) assert.Equal(t, res.IsOk, true)
//test grpc //test grpc
ctx := context.Background() ctx := context.Background()
c, err := grpc.DialContext(ctx, rpcCfg.GrpcBindAddr, grpc.WithInsecure()) c, err := grpc.DialContext(ctx, rpcCfg.GrpcBindAddr, grpc.WithInsecure())
assert.Nil(t, err) assert.Nil(t, 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