mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
Since the code for creating and using a macaroon service is the same for multiple projects (pool, loop, faraday & litd), the code has been unified in lndclient. So this commit removes the macaroon service code and instead uses the lndclient code. Since the default key for the macaroon db is now a shared secret with LND, faraday requires LND's admin macaroon so that this secret can be derived. So this commit also updates all references of LND's `readme` macaroon to the `admin` macaroon. |
||
|---|---|---|
| .. | ||
| perms | ||
| channel_insights.go | ||
| close_recommendations.go | ||
| close_report.go | ||
| exchange_rate.go | ||
| log.go | ||
| macaroons.go | ||
| node_audit.go | ||
| revenue_report.go | ||
| rpcserver.go | ||
| validate.go | ||