mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
commit
16927031df
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Payment(BaseModel):
|
|||
pending: bool
|
||||
amount: int
|
||||
fee: int
|
||||
memo: str
|
||||
memo: Optional[str]
|
||||
time: int
|
||||
bolt11: str
|
||||
preimage: str
|
||||
|
|
Loading…
Add table
Reference in a new issue