This commit is contained in:
Ben Arc
2022-01-31 16:52:35 +00:00
parent 382622d5ac
commit 3ae6ef25a1

View File

@ -33,7 +33,7 @@ class FakeWallet(Wallet):
async def status(self) -> StatusResponse:
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"))