mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-11 01:35:29 +01:00
gofmt.
This commit is contained in:
parent
68f30c7367
commit
fc0cd75046
2 changed files with 9 additions and 9 deletions
2
btcd.go
2
btcd.go
|
@ -110,7 +110,7 @@ func btcdMain() error {
|
||||||
loggers = setLogLevel(cfg.DebugLevel)
|
loggers = setLogLevel(cfg.DebugLevel)
|
||||||
}
|
}
|
||||||
|
|
||||||
// See if we want to enable profiling
|
// See if we want to enable profiling.
|
||||||
if cfg.Profile != "" {
|
if cfg.Profile != "" {
|
||||||
go func() {
|
go func() {
|
||||||
log.Errorf("%v", http.ListenAndServe(
|
log.Errorf("%v", http.ListenAndServe(
|
||||||
|
|
|
@ -294,7 +294,7 @@ func loadConfig() (*config, []string, error) {
|
||||||
parser.WriteHelp(os.Stderr)
|
parser.WriteHelp(os.Stderr)
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Append the network type to the data directory so it is "namespaced"
|
// Append the network type to the data directory so it is "namespaced"
|
||||||
// per network. In addition to the block database, there are other
|
// per network. In addition to the block database, there are other
|
||||||
|
|
Loading…
Add table
Reference in a new issue