This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
core-lightning
Watch
1
Star
0
Fork
0
You've already forked core-lightning
mirror of
https://github.com/ElementsProject/lightning.git
synced
2024-11-19 18:11:28 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
5eb209f57a
core-lightning
/
gossipd
/
test
/
.gitignore
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2017-08-31 04:08:12 +02:00
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>
2017-12-20 10:26:54 +01:00
run-bench-find_route
Reference in New Issue
Copy Permalink