mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 06:20:16 -05:00
Release v0.3.0
This commit is contained in:
4
vendor/github.com/muun/libwallet/network.go
generated
vendored
4
vendor/github.com/muun/libwallet/network.go
generated
vendored
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user