bitcoind: group rpc options under parent option 'rpc'

This commit is contained in:
Erik Arvstedt 2021-01-14 13:24:02 +01:00
parent 5b7e0d09b2
commit dd4a0238f9
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 16 additions and 16 deletions

View file

@ -60,7 +60,7 @@ in {
dbCache = 1000;
# higher rpcthread count due to reports that lightning implementations fail
# under high bitcoind rpc load
rpcthreads = 16;
rpc.threads = 16;
};
services.tor.hiddenServices.bitcoind = mkHiddenService { port = cfg.bitcoind.port; toHost = cfg.bitcoind.address; };