refactor: untangle lnd's macaroon encryption with AESCipher class (#3152)
This commit is contained in:
parent
7bea591879
commit
3b350858c7
7 changed files with 207 additions and 124 deletions
|
|
@ -51,7 +51,7 @@ You can also use an AES-encrypted macaroon (more info) instead by using
|
|||
|
||||
- `LND_GRPC_MACAROON_ENCRYPTED`: eNcRyPtEdMaCaRoOn
|
||||
|
||||
To encrypt your macaroon, run `poetry run python lnbits/wallets/macaroon/macaroon.py`.
|
||||
To encrypt your macaroon, run `poetry run lnbits-cli encrypt macaroon`.
|
||||
|
||||
### LNbits
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue