mirror of
https://github.com/bumi/lnrpc
synced 2026-02-13 23:17:49 +00:00
grpc files for v0.12.1-beta
This commit is contained in:
@@ -10,7 +10,7 @@ module Watchtowerrpc
|
||||
# functionality of the daemon.
|
||||
class Service
|
||||
|
||||
include GRPC::GenericService
|
||||
include ::GRPC::GenericService
|
||||
|
||||
self.marshal_class_method = :encode
|
||||
self.unmarshal_class_method = :decode
|
||||
@@ -20,7 +20,7 @@ module Watchtowerrpc
|
||||
# GetInfo returns general information concerning the companion watchtower
|
||||
# including its public key and URIs where the server is currently
|
||||
# listening for clients.
|
||||
rpc :GetInfo, GetInfoRequest, GetInfoResponse
|
||||
rpc :GetInfo, ::Watchtowerrpc::GetInfoRequest, ::Watchtowerrpc::GetInfoResponse
|
||||
end
|
||||
|
||||
Stub = Service.rpc_stub_class
|
||||
|
||||
Reference in New Issue
Block a user