lightning: add fakewallet (#134)

* lightning: add fakewallet

* make format

* fix mypy

* make backend configurable

* weird mypy
This commit is contained in:
calle
2023-03-07 17:49:27 +01:00
committed by GitHub
parent 3828da294b
commit 3333102327
7 changed files with 127 additions and 8 deletions

View File

@@ -21,6 +21,9 @@ TOR=TRUE
MINT_PRIVATE_KEY=supersecretprivatekey
# Supported: LNbitsWallet, FakeWallet
MINT_LIGHTNING_BACKEND=LNbitsWallet
MINT_SERVER_HOST=127.0.0.1
MINT_SERVER_PORT=3338