Made memo optional in model

This commit is contained in:
benarc
2021-11-04 12:57:28 +00:00
parent 730c0e0b3d
commit 114a6f1fed

View File

@@ -72,7 +72,7 @@ class Payment(BaseModel):
pending: bool
amount: int
fee: int
memo: str
memo: Optional[str]
time: int
bolt11: str
preimage: str