Files
lightning/lightningd
Rusty Russell b5a1715c2b connectd: also fail without a scary backtrace when listen fails.
For example, if you do:

```
./lightningd/lightningd --network=regtest --experimental-websocket-port=19846
```

Then you're trying to reuse the normal port as the websocket port, but this
only fails at *listen* time, when we activate connectd.  Catch this too.

Fixes incorrect fatal() message, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-05 15:48:03 +10:30
..
2021-10-15 12:09:36 +02:00
2021-12-30 14:36:55 +10:30
2022-01-25 06:26:52 +10:30
2021-12-28 04:42:42 +10:30
2022-02-08 11:15:52 +10:30
2021-10-15 12:09:36 +02:00