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
commit 16927031df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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