Skip to content

Commit

Permalink
Auto swap ins are only Liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
Impa10r committed May 22, 2024
1 parent 41d5f83 commit a4f959f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"buildFlags": "-tags cln",
"buildFlags": "-tags lnd",
"program": "${workspaceFolder}/cmd/psweb/",
"showLog": false,
"envFile": "${workspaceFolder}/.env",
Expand Down
2 changes: 1 addition & 1 deletion cmd/psweb/templates/liquid.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="control">
<label class="checkbox is-large">
<input type="checkbox" name="autoSwapEnabled" {{if .AutoSwapEnabled}}checked{{end}}>
<strong>&nbsp&nbspEnable Automatic Swap-Ins 🤖</strong>
<strong>&nbsp&nbspEnable Automatic Liquid Swap-Ins 🤖</strong>
</label>
</div>
</div>
Expand Down

0 comments on commit a4f959f

Please sign in to comment.