Skip to content

Commit

Permalink
Update README.md - typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksn authored Sep 4, 2023
1 parent 2fdca32 commit a7f6918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ All without sending a single probe packet to the target.

The tool is completely stateless, everything it needs is queried through `QueryShortChannelIds` and cached later on.

Update: it appears simple number heuristic (n) is not sufficient since bigger nodes constantly have around 10 nodes that report disabled channels/connectivity issues with them (so we will need to take into account what a percantage of existing channels that is).
Update: it appears simple number heuristic (threshold n) is not sufficient since bigger nodes constantly have around 10 nodes that report disabled channels/connectivity issues with them (so we will need to take into account what a percentage of all channels that is).

For querying number of channels [1ml](https://1ml.com/) API is used (alternatively we would need a complete sync which is slow). Fortunately there are not that many times you have a potential unavailable lightning node which means number of requests should be relatively small (at most 1 every 30 seconds or so).

## Status
Expand Down

0 comments on commit a7f6918

Please sign in to comment.