mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-18 05:41:54 +01:00
fix: invoice.payee is None by default.
This commit is contained in:
parent
6513908a8d
commit
dcd3f80974
@ -21,7 +21,7 @@ class Invoice(object):
|
||||
amount_msat: int = 0
|
||||
description: Optional[str] = None
|
||||
description_hash: Optional[str] = None
|
||||
payee: str
|
||||
payee: Optional[str] = None
|
||||
date: int
|
||||
expiry: int = 3600
|
||||
secret: Optional[str] = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user