Browse Source
The _receive_requests dict is keyed by either 'address' or 'rhash' (see get_key_for_receive_request): - 'rhash' is used if `req.lightning_invoice is not None` - address is used otherwise The `get_request_by_address` method was quite error-prone: it only worked for requests that had an LN part...patch-4
1 changed files with 7 additions and 8 deletions
Loading…
Reference in new issue