Merge pull request #5777 from orbitalturtle/buf-pass-macaroon

Lnd: Listen for RPC calls on a bufconn
This commit is contained in:
Olaoluwa Osuntokun
2021-10-07 18:50:58 -07:00
committed by GitHub
5 changed files with 80 additions and 7 deletions

View File

@@ -263,6 +263,10 @@ you.
console](https://github.com/lightningnetwork/lnd/pull/5802) when `lnd` fails
loading the user specified config.
* [Make it possible to add more than one RPC Listener when calling lnd.Main](https://github.com/lightningnetwork/lnd/pull/5777). And
add MacChan field for passing back lnd's admin macaroon back to the program
calling lnd, when needed.
## Code Health
### Code cleanup, refactor, typo fixes