We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4393ede commit 7e24bb2Copy full SHA for 7e24bb2
cmd/tbcd/tbcd.go
@@ -23,7 +23,7 @@ import (
23
const (
24
daemonName = "tbcd"
25
defaultLogLevel = daemonName + "=INFO;tbc=INFO;level=INFO"
26
- defaultNetwork = "testnet3" // XXX make this mainnet
+ defaultNetwork = "mainnet"
27
defaultHome = "~/." + daemonName
28
bDefaultSize = "512mb" // ~320 blocks on mainnet
29
bhsDefaultSize = "2mb"
service/popm/popm.go
@@ -95,7 +95,7 @@ func NewDefaultConfig() *Config {
95
return &Config{
96
BFGWSURL: "http://localhost:8383/v1/ws/public",
97
BFGRequestTimeout: DefaultBFGRequestTimeout,
98
- BTCChainName: "testnet3",
+ BTCChainName: "mainnet",
99
}
100
101
0 commit comments