Skip to content

Commit

Permalink
tapcfg: retain testnet as the default network
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Oct 12, 2023
1 parent 0758968 commit d78e93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/tapcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func main() {
Name: "network, n",
Usage: "The network tapd is running on, e.g. " +
"mainnet, testnet, etc.",
Value: "mainnet",
Value: "testnet",
},
cli.BoolFlag{
Name: "no-macaroons",
Expand Down
2 changes: 1 addition & 1 deletion tapcfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
defaultLetsEncryptDirname = "letsencrypt"
defaultLetsEncryptListen = ":80"

defaultNetwork = "mainnet"
defaultNetwork = "testnet"

defaultMaxLogFiles = 3
defaultMaxLogFileSize = 10
Expand Down

0 comments on commit d78e93b

Please sign in to comment.