mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-14 12:52:47 +02:00
fix: bad config
This commit is contained in:
parent
a4f2f55279
commit
d45709a80f
1 changed files with 0 additions and 3 deletions
|
|
@ -182,9 +182,6 @@ def make_lnurl_pay_response(
|
|||
),
|
||||
)
|
||||
|
||||
|
||||
settings.lnbits_backend_wallet_class = "FakeWallet"
|
||||
set_funding_source("FakeWallet")
|
||||
funding_source = get_funding_source()
|
||||
is_fake: bool = funding_source.__class__.__name__ == "FakeWallet"
|
||||
is_regtest: bool = not is_fake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue