From 44b35795df5f6834c6b17fa8fd43600c57620122 Mon Sep 17 00:00:00 2001 From: Wim de With Date: Wed, 30 Oct 2024 21:12:51 +0100 Subject: [PATCH] nixos/tests/prometheus-exporters/lnd: fix bitcoind configuration bitcoind v28 made a breaking change that affects lnd. This setting reverts bitcoind to old behavior until lnd is updated to be compatible with bitcoind v28. --- nixos/tests/prometheus-exporters.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix index 6ad1bc654084..a66154baeac2 100644 --- a/nixos/tests/prometheus-exporters.nix +++ b/nixos/tests/prometheus-exporters.nix @@ -597,6 +597,8 @@ let rpcauth=bitcoinrpc:e8fe33f797e698ac258c16c8d7aadfbe$872bdb8f4d787367c26bcfd75e6c23c4f19d44a69f5d1ad329e5adf3f82710f7 zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 + # https://github.com/lightningnetwork/lnd/issues/9163 + deprecatedrpc=warnings ''; extraCmdlineOptions = [ "-regtest" ]; };