Skip to content

Commit

Permalink
update config_test.go and liquidswaps CLN config option documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grubles committed Aug 17, 2023
1 parent e09d43a commit ab2bd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions clightning/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func Test_ReadFromFile(t *testing.T) {
rpchost="rpchost"
rpcport=1234
rpcwallet="rpcwallet"
enabled=true
`

dir := t.TempDir()
Expand Down Expand Up @@ -59,7 +58,7 @@ func Test_ReadFromFile(t *testing.T) {
RpcWallet: "rpcwallet",
Network: "",
DataDir: "",
Disabled: false,
LiquidSwaps: nil,
},
}

Expand Down
2 changes: 1 addition & 1 deletion docs/setup_cln.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rpchost="host"
rpcport=1234
rpcpasswordfile="/path/to/auth/.cookie" ## If set this will be used for authentication
rpcwallet="swap-wallet" ## (default: peerswap)
enabled=false ## If set to true, peerswap connects to elementsd
liquidswaps=true ## If set to false, L-BTC swaps are disabled
```

In order to check if your daemon is setup correctly run
Expand Down

0 comments on commit ab2bd56

Please sign in to comment.