1
0

lnworker: imports, formatting, whitespace

This commit is contained in:
Sander van Grieken
2025-05-23 14:00:57 +02:00
parent 9b24316915
commit 84322500ef
2 changed files with 75 additions and 64 deletions

View File

@@ -2288,9 +2288,10 @@ class OnchainHistoryItem(NamedTuple):
'group_id': self.group_id,
}
class LightningHistoryItem(NamedTuple):
payment_hash: str
preimage: str
payment_hash: Optional[str]
preimage: Optional[str]
amount_msat: int
fee_msat: Optional[int]
type: str