mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-28 15:54:19 +01:00
arkd: support signet (#251)
* pass MutinyNet parameters * set signetblocktime=30 * supports signet in client and sdk * ark: --network help message to support signet * revert intialPeers set
This commit is contained in:
@@ -239,6 +239,8 @@ func networkFromString(net string) *common.Network {
|
||||
return &common.BitcoinTestNet
|
||||
case common.BitcoinRegTest.Name:
|
||||
return &common.BitcoinRegTest
|
||||
case common.BitcoinSigNet.Name:
|
||||
return &common.BitcoinSigNet
|
||||
default:
|
||||
panic(fmt.Sprintf("unknown network (%s)", net))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user