Skip to content

Commit

Permalink
Text node exclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Aug 8, 2023
1 parent 8de4145 commit 74d31b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvcx_core/src/api_vcx/api_global/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub mod tests {
genesis_path,
pool_config: None,
cache_config: None,
exclude_nodes: None,
exclude_nodes: Some(vec!["NECValidator".into(), "Entrustient".into()]),
};
open_main_pool(&config).await.unwrap();

Expand Down

0 comments on commit 74d31b9

Please sign in to comment.