lnd/rpcperms
Oliver Gugger b22f51098a
rpcperms+lnd: use macaroon service from interceptor chain
We'll refactor the wallet creation and unlock process in a following
commit and want to make it possible to not need a direct reference to
the macaroon service in our main function. Since we store it in the
interceptor chain anyway (if we're using macaroons in the first place),
we might as well use the instance there directly.
2021-10-08 12:06:53 +02:00
..
interceptor.go rpcperms+lnd: use macaroon service from interceptor chain 2021-10-08 12:06:53 +02:00
log.go log+rpcperms: add custom RPCP logger to rpcperms package 2021-09-20 13:05:47 +02:00
middleware_handler.go lnrpc+rpcperms: add middleware handler 2021-09-20 13:12:49 +02:00