Skip to content

Commit

Permalink
fixup! doc: add LWK setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeShimizu committed Mar 28, 2024
1 parent 69cc68e commit 82c5099
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/setup_lwk.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ Example configuration in lnd
lwk.signername=signername
lwk.walletname=walletname
lwk.lwkendpoint=http://localhost:32110
lwk.Network=liquid
lwk.network=liquid
lwk.liquidswaps=true
```

Example configuration in cln
```sh
[LWK]
signername=signername
walletname=walletname
lwkendpoint=http://localhost:32110
Network=liquid
signername="signername"
walletname="walletname"
lwkendpoint="http://localhost:32110"
network="liquid"
liquidswaps=true
```

0 comments on commit 82c5099

Please sign in to comment.