Spadina support (v2) (#1670)

## Issue Addressed

Resolves #1651

## Description

This supercedes #1658. Great work was done by @pawanjay176, I just needed to make a change whilst he is away.

See #1658 for a description, prior reviews and approval by @michaelsproul.

## Additional info

Ignores a rustsec advisory. This is tracked in #1669.


Co-authored-by: pawan <pawandhananjay@gmail.com>
This commit is contained in:
Paul Hauner
2020-09-26 01:58:31 +00:00
parent 258b28469e
commit 5688f21bbd
10 changed files with 49 additions and 77 deletions

View File

@@ -112,7 +112,7 @@ fn main() {
.long("testnet")
.value_name("testnet")
.help("Name of network lighthouse will connect to")
.possible_values(&["medalla", "altona"])
.possible_values(&["medalla", "altona", "spadina"])
.conflicts_with("testnet-dir")
.takes_value(true)
.global(true)