Skip to content

Commit

Permalink
Merge pull request #306 from ElementsProject/liquid-testnet-port
Browse files Browse the repository at this point in the history
clightning: liquid testnet port update
  • Loading branch information
grubles authored Aug 20, 2024
2 parents 5935fb4 + bce1ae4 commit 89d79f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clightning/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ func defaultBitcoinRpcPort(network string) uint {
func defaultElementsRpcPort(network string) uint {
switch network {
case "liquidtestnet":
return 18891
return 7039
case "regtest":
return 18443
default:
Expand Down

0 comments on commit 89d79f7

Please sign in to comment.