From 8e2f7210ab89ff7b4820371eb86d4b6167c3574c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 27 Sep 2024 11:38:07 +0200 Subject: [PATCH] fixup! --- lnbits/core/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/core/models.py b/lnbits/core/models.py index 0558991b7..3d0001c4b 100644 --- a/lnbits/core/models.py +++ b/lnbits/core/models.py @@ -46,6 +46,7 @@ class Wallet(BaseModel): deleted: bool = False created_at: Optional[int] = None updated_at: Optional[int] = None + balance_msat: int = 0 @property def balance(self) -> int: