rgb-cln/gossipd
Rusty Russell c8aa50a382 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-09-03 02:01:54 +02:00
..
test gossipd: fix routing issue. 2017-09-03 02:01:54 +02:00
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
broadcast.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
broadcast.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
gossip.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
gossip_wire.csv Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
routing.c gossipd: fix routing issue. 2017-09-03 02:01:54 +02:00
routing.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00