fix expiry integer

This commit is contained in:
callebtc
2022-12-06 10:48:16 +01:00
parent befdeb040e
commit 441d5337a3
3 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class Payment(BaseModel):
bolt11: str
preimage: str
payment_hash: str
expiry: int
expiry: float
extra: Optional[Dict] = {}
wallet_id: str
webhook: Optional[str]