We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbfd3e commit 9dd2b1dCopy full SHA for 9dd2b1d
internal/rpc/rpc_client.go
@@ -388,14 +388,6 @@ func (this *RPCClient) NodeTaskRPC() pb.NodeTaskServiceClient {
388
return pb.NewNodeTaskServiceClient(this.pickConn())
389
}
390
391
-func (this *RPCClient) AuthorityKeyRPC() pb.AuthorityKeyServiceClient {
392
- return pb.NewAuthorityKeyServiceClient(this.pickConn())
393
-}
394
-
395
-func (this *RPCClient) AuthorityNodeRPC() pb.AuthorityNodeServiceClient {
396
- return pb.NewAuthorityNodeServiceClient(this.pickConn())
397
398
399
func (this *RPCClient) LatestItemRPC() pb.LatestItemServiceClient {
400
return pb.NewLatestItemServiceClient(this.pickConn())
401
0 commit comments