update nixpkgs
bitcoin: 27.1 -> 28.0 bitcoind: 27.1 -> 28.0 clboss: 0.13.3 -> 0.14.0
This commit is contained in:
@@ -211,6 +211,12 @@ in {
|
||||
|
||||
zmqpubrawblock = mkDefault "tcp://${bitcoindRpcAddress}:28332";
|
||||
zmqpubrawtx = mkDefault "tcp://${bitcoindRpcAddress}:28333";
|
||||
|
||||
# TODO-EXTERNAL: remove when https://github.com/lightningnetwork/lnd/issues/9163
|
||||
# has been fixed.
|
||||
extraConfig = ''
|
||||
deprecatedrpc=warnings
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = [ cfg.package (hiPrio cfg.cli) ];
|
||||
|
||||
Reference in New Issue
Block a user