Merge pull request #397 from arcbtc/FastAPI

cln sse should be working
This commit is contained in:
Arc
2021-11-04 12:57:56 +00:00
committed by GitHub

View File

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