bitcoind: group rpc options under parent option 'rpc'
This commit is contained in:
parent
5b7e0d09b2
commit
dd4a0238f9
3 changed files with 16 additions and 16 deletions
|
|
@ -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; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue