From 8cda21f24a510561e689205090344bcc167547d3 Mon Sep 17 00:00:00 2001 From: zancas Date: Wed, 22 Nov 2023 17:50:09 -0700 Subject: [PATCH] move the seed --- darkside-tests/tests/tests.rs | 4 ++-- zingo-testutils/src/data.rs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/darkside-tests/tests/tests.rs b/darkside-tests/tests/tests.rs index 9999cfee2..f4d30bc2b 100644 --- a/darkside-tests/tests/tests.rs +++ b/darkside-tests/tests/tests.rs @@ -1,11 +1,11 @@ use darkside_tests::{ - constants::{self, BRANCH_ID, DARKSIDE_SEED, GENESIS_BLOCK}, + constants::{self, BRANCH_ID, GENESIS_BLOCK}, darkside_types::{Empty, RawTransaction, TreeState}, utils::{update_tree_states_for_transaction, DarksideConnector, DarksideHandler}, }; use tokio::time::sleep; -use zingo_testutils::scenarios::setup::ClientBuilder; +use zingo_testutils::{data::seeds::DARKSIDE_SEED, scenarios::setup::ClientBuilder}; use zingoconfig::RegtestNetwork; use zingolib::{get_base_address, lightclient::PoolBalances}; diff --git a/zingo-testutils/src/data.rs b/zingo-testutils/src/data.rs index e07b02dfb..ee09f5bbc 100644 --- a/zingo-testutils/src/data.rs +++ b/zingo-testutils/src/data.rs @@ -1,4 +1,6 @@ pub mod seeds { + pub const DARKSIDE_SEED: &str = +"still champion voice habit trend flight survey between bitter process artefact blind carbon truly provide dizzy crush flush breeze blouse charge solid fish spread"; #[test] fn validate_seeds() { let abandon_art_seed = zcash_primitives::zip339::Mnemonic::from_entropy([0; 32])