From 8fd2d5ebae4bddbff715521847860918fe9c71e1 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 7 Oct 2024 23:30:59 -0500 Subject: Added hacks to fix lnd bitcoind 28 bug. --- bitcoind/templates/bitcoin.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitcoind/templates') diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index 9258aa1..82397f8 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -16,6 +16,8 @@ rpcpassword={{bitcoind_rpc_pass}} zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 +deprecatedrpc=warnings + txindex={{bitcoind_enable_txindex}} {% for node in bitcoind_add_node %}addnode={{node}} -- cgit v1.2.3