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 Verrpc
|
||||
# and build information of the running daemon.
|
||||
class Service
|
||||
|
||||
include GRPC::GenericService
|
||||
include ::GRPC::GenericService
|
||||
|
||||
self.marshal_class_method = :encode
|
||||
self.unmarshal_class_method = :decode
|
||||
@@ -19,7 +19,7 @@ module Verrpc
|
||||
# lncli: `version`
|
||||
# GetVersion returns the current version and build information of the running
|
||||
# daemon.
|
||||
rpc :GetVersion, VersionRequest, Version
|
||||
rpc :GetVersion, ::Verrpc::VersionRequest, ::Verrpc::Version
|
||||
end
|
||||
|
||||
Stub = Service.rpc_stub_class
|
||||
|
||||
Reference in New Issue
Block a user