mirror of
https://github.com/muun/recovery.git
synced 2025-11-13 07:11:45 -05:00
Release v2.2.1
This commit is contained in:
5
vendor/github.com/muun/libwallet/network.go
generated
vendored
5
vendor/github.com/muun/libwallet/network.go
generated
vendored
@@ -28,3 +28,8 @@ func Regtest() *Network {
|
||||
func (n *Network) Name() string {
|
||||
return n.network.Name
|
||||
}
|
||||
|
||||
// ToParams returns the chaincfg.Params associated with this network (only available via Go code)
|
||||
func (n *Network) ToParams() *chaincfg.Params {
|
||||
return n.network
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user