Files
nix-bitcoin/modules
Erik Arvstedt 14ca8b461b rtl: fix lnd, lightning-loop connection errors
lnd and lightning-loop resolve `localhost` to an IPv4 address when
creating RPC sockets.

Since NixOS 23.05, RTL (nodejs) resolves `localhost` to an IPv6
address when connecting to lnd and lightning-loop, which leads to
connection errors.

To fix these and other potential errors, replace all instances
of `localhost` with `127.0.0.1`.
2023-07-29 19:07:10 +02:00
..
2023-06-13 22:49:46 +02:00
2023-06-02 10:49:25 +00:00
2023-04-11 21:00:00 +02:00
2023-02-27 13:30:56 +00:00