From ce920d7bd17ac254659b078b1aede2f5824676f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 30 Sep 2024 07:33:57 +0200 Subject: [PATCH] fixup! --- lnbits/core/models.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lnbits/core/models.py b/lnbits/core/models.py index dbdc32748..81a6c3ce9 100644 --- a/lnbits/core/models.py +++ b/lnbits/core/models.py @@ -275,13 +275,7 @@ class CreatePayment(BaseModel): fee: int = 0 -# class Extra(BaseModel): -# _raw_json: str - -# @property -# def _json(self): -# return json.loads(self._raw_json) - +# TODO: thanks about paymeny extra # class PaymentExtra(Extra): # tag: Optional[str] = None # def __getitem__(self, key):