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:
parent
c07e767889
commit
480d0d3959
3 changed files with 3 additions and 15 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue