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-09-28 13:09:05 +02:00
parent c07e767889
commit 480d0d3959
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 3 additions and 15 deletions

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";
};