From 3ae6ef25a1fce6fc53d444c9352e4fe7972ed9a3 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Mon, 31 Jan 2022 16:52:35 +0000 Subject: [PATCH] trypo --- lnbits/wallets/fake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/wallets/fake.py b/lnbits/wallets/fake.py index 5f7c2510..594e6046 100644 --- a/lnbits/wallets/fake.py +++ b/lnbits/wallets/fake.py @@ -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"))