mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-07 10:54:20 +01:00
Mint: Fakewallet support for USD (#488)
* fakewallet usd wip * FakeWallet support for USD * fix api return for receive * use MINT_BACKEND_BOLT11_SAT everywhere
This commit is contained in:
@@ -7,5 +7,5 @@ from .lnbits import LNbitsWallet # noqa: F401
|
||||
from .lndrest import LndRestWallet # noqa: F401
|
||||
from .strike import StrikeUSDWallet # noqa: F401
|
||||
|
||||
if settings.mint_lightning_backend is None:
|
||||
raise Exception("MINT_LIGHTNING_BACKEND not configured")
|
||||
if settings.mint_backend_bolt11_sat is None or settings.mint_backend_bolt11_usd is None:
|
||||
raise Exception("MINT_BACKEND_BOLT11_SAT or MINT_BACKEND_BOLT11_USD not set")
|
||||
|
||||
Reference in New Issue
Block a user