mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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.
This commit is contained in:
parent
1b6b600470
commit
44b35795df
@ -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" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user