Skip to content

Commit

Permalink
Merge pull request #1225 from jbesraa/2024-10-17-ignore-tp-pubkey-in-…
Browse files Browse the repository at this point in the history
…test

Dont provie TP pubkey in test env
  • Loading branch information
plebhash authored Oct 17, 2024
2 parents 7e6b2b2 + 66744ad commit b8e7715
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,8 @@ impl TestPoolSv2 {
cert_validity_sec,
pool_signature,
);
let template_provider_config = pool_sv2::mining_pool::TemplateProviderConfig::new(
tp_address,
Some(authority_public_key),
);
let template_provider_config =
pool_sv2::mining_pool::TemplateProviderConfig::new(tp_address, None);
let authority_config =
pool_sv2::mining_pool::AuthorityConfig::new(authority_public_key, authority_secret_key);
let config = Configuration::new(
Expand Down

0 comments on commit b8e7715

Please sign in to comment.