This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
lightning
mirror of
https://github.com/lukechilds/lightning.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
8649
Commits
55
Branches
107
Tags
38 MiB
Tree:
7db8680530
lightning
/
gossipd
/
test
/
.gitignore
3 lines
36 B
Raw
Normal View
History
gossipd: fix routing issue. I had a routing problem, and wrote a simple unit test which passed. So I wrote one which copied the failure case (and importantly, had a non-1 fee factor), which triggerd it. In that real example, we underflowed which resulted in us not finding a route. Simply don't consider routes which are infinite. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
run-find_route
gossipd/test/run-bench-find_route: don't abort if we try to route to ourselves This would fail, and we'd free an uninitialized pointer. Also, add us to .gitignore and clear up a comment. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
run-bench-find_route