Premix: Remove `MordenNet` to match main program
Morden network has not had a working configuration in Nimbus for a few years, so it's been removed form the main program. Remove it from premix as well. Signed-off-by: Jamie Lokier <jamie@shareable.org>
This commit is contained in:
parent
90cefc7a3d
commit
33481064fd
|
@ -41,7 +41,6 @@ proc processU256(val: string, o: var Uint256): ConfigStatus =
|
|||
proc processNetId(val: string, o: var PublicNetwork): ConfigStatus =
|
||||
case val.toLowerAscii()
|
||||
of "main": o = MainNet
|
||||
of "morden": o = MordenNet
|
||||
of "ropsten": o = RopstenNet
|
||||
of "rinkeby": o = RinkebyNet
|
||||
of "goerli": o = GoerliNet
|
||||
|
|
Loading…
Reference in New Issue