mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-18 21:47:33 +01:00
Add code documentation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user