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

Use proper grpc requres_response interceptor for macaroon metadata

...so much to learn :)
This commit is contained in:
2019-02-12 17:15:16 +01:00
parent 251a8c94da
commit 39f97e69ca
3 changed files with 23 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ require "lnrpc/rpc_services_pb"
module Lnrpc
class Error < StandardError; end
autoload :Client, 'lnrpc/client'
autoload :MacaroonInterceptor, 'lnrpc/macaroon_interceptor'
end