Release v0.3.0

This commit is contained in:
Manu Herrera
2020-11-09 10:05:29 -03:00
parent 4e9aa7a3c5
commit 8107c4478b
1265 changed files with 440488 additions and 107809 deletions

View File

@@ -9,10 +9,6 @@ type Network struct {
network *chaincfg.Params
}
func newNetwork(params *chaincfg.Params) *Network {
return &Network{network: params}
}
// Mainnet returns an instance of the Bitcoin Main Network
func Mainnet() *Network {
return &Network{network: &chaincfg.MainNetParams}