multi: formatting and comment fixes

This commit is contained in:
Oliver Gugger
2022-02-07 13:58:28 +01:00
parent ffee7d1bcf
commit 895a2e497b
160 changed files with 159 additions and 260 deletions

View File

@@ -901,7 +901,7 @@ var (
// the network seed.
//
// TODO(roasbeef): extend and collapse these and chainparams.go into
// struct like chaincfg.Params
// struct like chaincfg.Params.
ChainDNSSeeds = map[chainhash.Hash][][2]string{
BitcoinMainnetGenesis: {
{
@@ -935,7 +935,7 @@ var (
}
)
// ChainRegistry keeps track of the current chains
// ChainRegistry keeps track of the current chains.
type ChainRegistry struct {
sync.RWMutex