add warning for voidwallet for better coloring in logs

This commit is contained in:
dni ⚡ 2022-10-01 11:33:58 +02:00
parent 4ad3c84152
commit 41668d6f32

View File

@ -23,7 +23,7 @@ class VoidWallet(Wallet):
raise Unsupported("")
async def status(self) -> StatusResponse:
logger.info(
logger.warning(
"This backend does nothing, it is here just as a placeholder, you must configure an actual backend before being able to do anything useful with LNbits."
)
return StatusResponse(None, 0)