Skip to content

Commit

Permalink
Ignore Template Provider pubkey..
Browse files Browse the repository at this point in the history
As we dont know it in test env
  • Loading branch information
jbesraa committed Oct 17, 2024
1 parent 7e6b2b2 commit 66744ad
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 66744ad

Please sign in to comment.