mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-02 06:52:28 +02:00
Made memo optional in model
This commit is contained in:
@@ -72,7 +72,7 @@ class Payment(BaseModel):
|
||||
pending: bool
|
||||
amount: int
|
||||
fee: int
|
||||
memo: str
|
||||
memo: Optional[str]
|
||||
time: int
|
||||
bolt11: str
|
||||
preimage: str
|
||||
|
Reference in New Issue
Block a user