Spadina genesis and lighthouse bootnode (#1681)

This adds the Spadina genesis file and a lighthouse bootnode to the Spadina testnet scripts
This commit is contained in:
Age Manning 2020-09-29 02:54:43 +00:00
parent 1ef4f0ea12
commit 7bf14908dc
2 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ define_net!(altona, include_altona_file, "altona", true);
define_net!(medalla, include_medalla_file, "medalla", true);
define_net!(spadina, include_spadina_file, "spadina", false);
define_net!(spadina, include_spadina_file, "spadina", true);
#[cfg(test)]
mod tests {