This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
core-lightning
Watch
1
Star
0
Fork
You've already forked core-lightning
0
mirror of
https://github.com/ElementsProject/lightning.git
synced
2025-02-21 22:31:48 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
6e075d2dbb
core-lightning
/
gossipd
/
test
/
.gitignore
3 lines
36 B
Text
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 11:38:12 +09:30
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 19:56:54 +10:30
run-bench-find_route
Reference in a new issue
Copy permalink