mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-04 09:58:10 +02:00
fixup!
This commit is contained in:
parent
87a1fd4ec1
commit
8e2f7210ab
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user