From 86d7db994019d3278ef20219b8741f9ddc3df6af Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 2 Feb 2021 22:32:12 +0100 Subject: [PATCH] bitcoind: add uptime to the public api whitelist It is needed by lnd to check bitcoind health status since lnd-0.12.0. --- modules/bitcoind-rpc-public-whitelist.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bitcoind-rpc-public-whitelist.nix b/modules/bitcoind-rpc-public-whitelist.nix index dada244..966111e 100644 --- a/modules/bitcoind-rpc-public-whitelist.nix +++ b/modules/bitcoind-rpc-public-whitelist.nix @@ -2,6 +2,7 @@ [ "echo" "getinfo" + "uptime" # Blockchain "getbestblockhash" "getblock"