Skip to content

Commit

Permalink
fix(litd): remove the litcliln alias in the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Dec 20, 2024
1 parent acd49c6 commit 8e21968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/terminal/DockerTerminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const nodeConfig: Record<string, { user: string; commands: string[] }> = {
user: 'litd',
commands: [
'alias litcli="litcli --network regtest"',
'alias litcliln="litcli --macaroonpath ~/.lnd/data/chain/bitcoin/regtest/admin.macaroon ln"',
'alias lncli="lncli --network regtest --rpcserver localhost:8443 --tlscertpath ~/.lit/tls.cert"',
'alias tapcli="tapcli --network regtest --rpcserver localhost:8443 --tlscertpath ~/.lit/tls.cert"',
],
Expand Down

0 comments on commit 8e21968

Please sign in to comment.