1
0
mirror of https://github.com/bumi/lnrpc synced 2026-05-06 08:22:43 +00:00

Refactor client helper

This commit is contained in:
2019-02-12 03:12:48 +01:00
parent cd6ef20b60
commit ae08c564aa
2 changed files with 26 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
require "lnrpc/version"
require "lnrpc/rpc_services_pb"
module Lnrpc
class Error < StandardError; end
autoload :WalletUnlocker, 'lnrpc/rpc_services_pb'
autoload :Lightning, 'lnrpc/rpc_services_pb'
autoload :Client, 'lnrpc/client'
end