This commit is contained in:
dni ⚡
2024-10-17 10:36:50 +02:00
parent 88f3fb2807
commit cc37dd35fe
2 changed files with 3 additions and 6 deletions
-1
View File
@@ -41,7 +41,6 @@ class Wallet(BaseModel):
name: str
adminkey: str
inkey: str
balance_msat: int
currency: Optional[str]
deleted: bool = False
created_at: Optional[int] = None