Add code documentation
This commit is contained in:
parent
3dacffda59
commit
fbec9bf69f
@ -11,6 +11,9 @@ import (
|
|||||||
"github.com/btcsuite/btcd/wire"
|
"github.com/btcsuite/btcd/wire"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// GetChainParams contains network parameters for the main Bitcoin network,
|
||||||
|
// the regression test Bitcoin network, the test Bitcoin network and
|
||||||
|
// the simulation test Bitcoin network, in this order
|
||||||
func GetChainParams() []*chaincfg.Params {
|
func GetChainParams() []*chaincfg.Params {
|
||||||
return []*chaincfg.Params{
|
return []*chaincfg.Params{
|
||||||
&chaincfg.MainNetParams,
|
&chaincfg.MainNetParams,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user