mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-01 19:11:17 +02:00
trypo
This commit is contained in:
@ -33,7 +33,7 @@ class FakeWallet(Wallet):
|
|||||||
|
|
||||||
async def status(self) -> StatusResponse:
|
async def status(self) -> StatusResponse:
|
||||||
print(
|
print(
|
||||||
"FakeWallet funding source is for using LNbits as a centralised, stand-alone payment system, with brrrrrr."
|
"FakeWallet funding source is for using LNbits as a centralised, stand-alone payment system with brrrrrr."
|
||||||
)
|
)
|
||||||
return StatusResponse(None, float("inf"))
|
return StatusResponse(None, float("inf"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user