diff --git a/bitcoin/bitcoinwire.go b/bitcoin/bitcoinwire.go index 4b674c56..9bc99050 100644 --- a/bitcoin/bitcoinwire.go +++ b/bitcoin/bitcoinwire.go @@ -11,6 +11,9 @@ import ( "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 { return []*chaincfg.Params{ &chaincfg.MainNetParams,