liquid: fix bitcoin rpc settings

- Remove redundant option mainchainrpchost.
  This option is already provided by bitcoind.
- Set a working default for rpcport and rpcuser.
  Enables use without secure-node.
This commit is contained in:
Erik Arvstedt
2020-10-16 16:46:55 +02:00
parent c07e767889
commit 480d0d3959
3 changed files with 3 additions and 15 deletions
-1
View File
@@ -295,7 +295,6 @@ in {
rpcallowip = [
"127.0.0.1"
] ++ map (n: "${netns.${n}.address}") netns.liquidd.availableNetns;
mainchainrpchost = netns.bitcoind.address;
cliExec = mkCliExec "liquidd";
};