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 384df6c commit 14a9779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl TestPoolSv2 {
);
let template_provider_config = pool_sv2::mining_pool::TemplateProviderConfig::new(
tp_address,
Some(authority_public_key),
None,
);
let authority_config =
pool_sv2::mining_pool::AuthorityConfig::new(authority_public_key, authority_secret_key);
Expand Down

0 comments on commit 14a9779

Please sign in to comment.