Skip to content

Commit

Permalink
Merge pull request zingolabs#711 from zancas/move_darkside_seed
Browse files Browse the repository at this point in the history
move the seed
  • Loading branch information
Oscar-Pepper authored Nov 23, 2023
2 parents ceaef35 + 8cda21f commit 89f64a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darkside-tests/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -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};

Expand Down
2 changes: 2 additions & 0 deletions zingo-testutils/src/data.rs
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 89f64a2

Please sign in to comment.