From 114a6f1fed365be5fd08bbfbafd1e4092cf3bbc8 Mon Sep 17 00:00:00 2001 From: benarc Date: Thu, 4 Nov 2021 12:57:28 +0000 Subject: [PATCH] Made memo optional in model --- lnbits/core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/models.py b/lnbits/core/models.py index 0ee39618c..e802c2f8d 100644 --- a/lnbits/core/models.py +++ b/lnbits/core/models.py @@ -72,7 +72,7 @@ class Payment(BaseModel): pending: bool amount: int fee: int - memo: str + memo: Optional[str] time: int bolt11: str preimage: str