Made memo optional in model
This commit is contained in:
parent
730c0e0b3d
commit
114a6f1fed
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Payment(BaseModel):
|
||||||
pending: bool
|
pending: bool
|
||||||
amount: int
|
amount: int
|
||||||
fee: int
|
fee: int
|
||||||
memo: str
|
memo: Optional[str]
|
||||||
time: int
|
time: int
|
||||||
bolt11: str
|
bolt11: str
|
||||||
preimage: str
|
preimage: str
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue