mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-01 01:24:39 +01:00
client: mainnet > liquid
This commit is contained in:
@@ -331,7 +331,7 @@ func getNetwork() (*common.Network, *network.Network) {
|
||||
|
||||
net, ok := state[NETWORK]
|
||||
if !ok {
|
||||
return &common.MainNet, &network.Liquid
|
||||
return &common.Liquid, &network.Liquid
|
||||
}
|
||||
return networkFromString(net)
|
||||
}
|
||||
@@ -343,7 +343,7 @@ func networkFromString(net string) (*common.Network, *network.Network) {
|
||||
if net == "regtest" {
|
||||
return &common.RegTest, &network.Regtest
|
||||
}
|
||||
return &common.MainNet, &network.Liquid
|
||||
return &common.Liquid, &network.Liquid
|
||||
}
|
||||
|
||||
func getAddress() (offchainAddr, onchainAddr, redemptionAddr string, err error) {
|
||||
|
||||
Reference in New Issue
Block a user